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

Fix bad request when creating users without a password #30649

Closed

Commits on Jan 13, 2022

  1. Fix bad request when creating users without a password

    When the minimal password length is set to 0, the generated password by
    `GenerateSecurePasswordEvent` is '', which would bypass the fallback
    password generation. `UserManager` would then throw an error since the
    password is an empty string.
    
    Signed-off-by: Dany Jupille <dany.jupille@gmail.com>
    kagmole committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    dcd440d View commit details
    Browse the repository at this point in the history