AletheiaFact / AletheiaFact/aletheia

Bug: Enforce minimum password length upon registration

オープン
#2,187 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug tech
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。