[PR #130] [MERGED] [core] Forbid Weak Passwords #131

Closed
opened 2025-10-31 16:57:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/130 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/2/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-forbid-weak-passwords` --- ### 📝 Commits (1) - [`c0eb807`](https://github.com/feeddeck/feeddeck/commit/c0eb807e0eaf2046dd070f5bd7c38beb4190e87f) [core] Forbid Weak Passwords ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/signup/signup.dart` (+8 -2) </details> ### 📄 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#131