mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #130] [MERGED] [core] Forbid Weak Passwords #131
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/130
Author: @ricoberger
Created: 2/2/2024
Status: ✅ Merged
Merged: 2/2/2024
Merged by: @ricoberger
Base:
main← Head:core-forbid-weak-passwords📝 Commits (1)
c0eb807[core] Forbid Weak Passwords📊 Changes
1 file changed (+8 additions, -2 deletions)
View changed files
📝
app/lib/widgets/signup/signup.dart(+8 -2)📄 Description
This commit improves our password policy, so that every user which signs up must have a password with a minimum length of 8 characters, one upper and lower case letter and one number.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.