Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just update password hash without validating #11568

Merged
merged 1 commit into from
Oct 3, 2018

Commits on Oct 2, 2018

  1. Just update password hash without validating

    Fixes #11097
    
    If your password hash changed (becuse your are on 7.2 and we moved to
    ARGON2). Then we shold not 'set a new password' but just update the
    hash. As else we invoke the password policy again which might lock out
    users.
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    0c9a3de View commit details
    Browse the repository at this point in the history