Modify ↓
Opened 15 years ago
Closed 15 years ago
#9008 closed defect (worksforme)
: in password for HTTP Auth always fails
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I spent an HOUR today trying to figure out why *some* users couldn't login to trac.
Apparently, whatever you guys and/or apache are doing to parse the htpasswd file, it will not "work" with the ':' character in the password!
I was able to change users' passwords around. As soon as I put ':' in, login failed. Take ':' out, login succeeded.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
if you're using plain text passwords, it is no wonder. : is illegal. use hash - MD5 or SHA1 or anything else your htpasswd supports.
Cheers.