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

[core] Fix Password Validations #133

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

ricoberger
Copy link
Member

This commit fixes the password validations. In #130 we introduced some stronger password policies to forbid weak passwords, but forgot to change it in all places. Now the same rules are also applying when a user changes his password or resets his password.

During the sign in we do not use the same rules, to not block users which have already signed up, with a password which doesn't match the rules.

This commit fixes the password validations. In #130 we introduced some
stronger password policies to forbid weak passwords, but forgot to
change it in all places. Now the same rules are also applying when a
user changes his password or resets his password.

During the sign in we do not use the same rules, to not block users
which have already signed up, with a password which doesn't match the
rules.
@ricoberger ricoberger added the changelog: fixed Something which wasn't working is fixed label Feb 10, 2024
@ricoberger ricoberger merged commit babce57 into main Feb 10, 2024
11 checks passed
@ricoberger ricoberger deleted the fix-password-validations branch February 10, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fixed Something which wasn't working is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant