Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
master
-
None
Description
James stores users passwords hashed in a database.
The hashing algorithm is being stored on a per-user basis. However, when changing a password, the password is hashed with the algorithm configured at user creation (not the one used during the update).
We would need, when updating user password, to ensure we are using the currently configured algorithm.
This has to be working using James WebAdmin and CLI