Skip to content

automatic re-hash of the password when the hash method is deprecated #19

@laurentj

Description

@laurentj

When importing user data into the database, the hash method used into the previous application may not be the current hash method.

So we need to implement the change of the hash during the authentication, and so we need two parameters:

  • a flag to enable the feature
  • the name of the function that hash a password with the old hash method, to allow to check if the given password is ok

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions