AletheiaFact / AletheiaFact/aletheia

Bug: Enforce minimum password length upon registration

未关闭
#2,187 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug tech
主要语言
TypeScript
星标
55
派生
20
平均合并
2 天 6 小时
30 天内合并 PR
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 摘要。