-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improve default password policy #349
Comments
[bug] Forgot password confirmation does not test for regexes |
signebedi
added a commit
that referenced
this issue
Sep 9, 2024
signebedi
added a commit
that referenced
this issue
Sep 9, 2024
signebedi
added a commit
that referenced
this issue
Sep 9, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default password policy, reproduced below, limits the special characters that will be accepted:
We should, I think, permit a wider range of special characters.
Additionally, the create_user and change_password jinja2 templates hardcode the password message and regex, despite these being available in the application config. There is probably an issue converting a regex from a raw python string to a javascript regex / string literal. We should address this as part of this issue, too, so that the front-end regex / message is the same as the backend.
The text was updated successfully, but these errors were encountered: