Modify ↓
Opened 18 years ago
Closed 18 years ago
#1156 closed defect (worksforme)
Encrypted passwords
Reported by: | anonymous | Owned by: | Brad Anderson |
---|---|---|---|
Priority: | normal | Component: | DbAuthPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I have encrypted passwords in my users-table. Will there be a version compatible with encrypted passwords?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
dbauth has handled encrypted passwords for a while now. SHA-1 is what works now, but look in the source and plug in your own encryption algorithm.
http://trac-hacks.org/browser/dbauthplugin/0.10/dbauth/auth.py#L254
BA