Skip to content
  • Marco De Donno's avatar
    f7ddb9cb
    Check and update the hash of the password for users while login · f7ddb9cb
    Marco De Donno authored
    This will ensure that the stored password is compliant with the
    requirement set in the configuration file. If not (the length of the
    salt or the number of iterations is not correct, the password is
    rehashed and updated in the database).
    
    This update should not impact the login process for old users.
    f7ddb9cb
    Check and update the hash of the password for users while login
    Marco De Donno authored
    This will ensure that the stored password is compliant with the
    requirement set in the configuration file. If not (the length of the
    salt or the number of iterations is not correct, the password is
    rehashed and updated in the database).
    
    This update should not impact the login process for old users.
Loading