AletheiaFact / AletheiaFact/aletheia
Bug: Enforce minimum password length upon registration
- 主要言語
- TypeScript
- スター
- 55
- フォーク
- 20
- 平均マージ
- 2日 6時間
- マージ済み PR(30日)
- 2
説明
### Background Information
Currently, the signup (registration) flow does not enforce a minimum character length for the password field. This can lead to weak passwords, compromising user account security, and not following basic authentication best practices.
### Steps to Reproduce
1. Access the platform.
2. Navigate to the signup (registration) page.
3. Fill all fields.
4. Enter a password with very few characters.
5. Submit the registration form and observe that the user is successfully created.
### How
Implement a minimum character length validation for the password field during user registration.
### Expected Behavior
The system should prevent user registration when the password does not meet the minimum character requirement and display a clear validation message informing the user about the password rules.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。