Opened 18 years ago
Closed 14 years ago
#1202 closed enhancement (wontfix)
MD5 password
Reported by: | anonymous | Owned by: | Brad Anderson |
---|---|---|---|
Priority: | high | Component: | DbAuthPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I would be nice if password could be check against a DB which has MD5 stored password
Attachments (2)
Change History (8)
comment:1 Changed 18 years ago by
Priority: | normal → highest |
---|---|
Severity: | normal → blocker |
Summary: | MD5 password → cb5b563fc0c6067c3dcb2b0f20edf648 |
comment:2 Changed 18 years ago by
Priority: | highest → normal |
---|---|
Severity: | blocker → normal |
Summary: | cb5b563fc0c6067c3dcb2b0f20edf648 → MD5 password |
Changed 17 years ago by
Attachment: | auth_md5.diff added |
---|
Diff patch to make auth.py work with md5 instead of sha-1
Changed 17 years ago by
Attachment: | auth_md5.2.diff added |
---|
Diff patch to make auth.py work with md5 instead of sha-1
comment:3 Changed 17 years ago by
I just attached auth_md5.diff which will modify the auth.py file in the current dbauthplugin so that it uses md5 instead of sha-1. I am using this patch myself and can attest that it works perfectly (I've configured dbauthplugin to use usernames/passwords from a PHP webapp's MySQL database).
I had a look at the subversion tree to see if any work was being done to add md5 support to the plugin and it seems that under the simple-0.10 tree there is, indeed, md5 support in there. So presumably the next release will obsolete this patch. However, it should be useful for those who want to download the existing zip file and make it work with md5.
comment:4 Changed 16 years ago by
Priority: | normal → high |
---|---|
Summary: | MD5 password → 58e07bb60aa61d7878b1d356971fabe3358d4af5301fd6226e7f02003357b0d5f61888c5cd41c32164ca8cd4bfae212075425a567db83cdf7a254aa471ae2ec6 |
comment:5 Changed 16 years ago by
Summary: | 58e07bb60aa61d7878b1d356971fabe3358d4af5301fd6226e7f02003357b0d5f61888c5cd41c32164ca8cd4bfae212075425a567db83cdf7a254aa471ae2ec6 → MD5 password |
---|
comment:6 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing tickets for a deprecated plugin.
Replying to anonymous: