Ticket #228 (closed enhancement: fixed)
incomplete crypt implementation
| Reported by: | shino | Owned by: | smoku |
|---|---|---|---|
| Priority: | minor | Component: | c2s |
| Version: | 2.2.0 | Keywords: | |
| Cc: | shino@… | Tracforge_linkmap: | |
| Blocking: | Blocked By: |
Description
The current crypt() implementation works only for login - if a user changes his password or creates a new account the password will be stored in plaintext (also makes it impossible to use the account anymore).
I've created a patch for the set_password function so that it crypts the new password using a random salt (therefore fixes both issues).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.