Tellier Benoit created JAMES-2471:
-------------------------------------

             Summary: Changing a password should use latest configured hashing 
algorithm
                 Key: JAMES-2471
                 URL: https://issues.apache.org/jira/browse/JAMES-2471
             Project: James Server
          Issue Type: Improvement
          Components: CLI, UsersStore & UsersRepository, webadmin
    Affects Versions: master
            Reporter: Tellier Benoit


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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to