mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #133] [MERGED] [core] Fix Password Validations #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/133
Author: @ricoberger
Created: 2/10/2024
Status: ✅ Merged
Merged: 2/10/2024
Merged by: @ricoberger
Base:
main← Head:fix-password-validations📝 Commits (1)
9614940[core] Fix Password Validations📊 Changes
4 files changed (+29 additions, -14 deletions)
View changed files
📝
app/lib/widgets/reset_password/reset_password.dart(+11 -3)📝
app/lib/widgets/settings/profile/settings_profile_password.dart(+11 -3)📝
app/lib/widgets/signin_with_feeddeck/signin_with_feeddeck.dart(+4 -7)📝
app/lib/widgets/signup/signup.dart(+3 -1)📄 Description
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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.