Problem
During signup, users are not given clear frontend guidance about the minimum password requirements before submitting the form.
Currently, the backend validates that passwords must contain at least 6 characters, but the UI does not proactively communicate this requirement to the user. As a result, users may experience failed submissions without immediately understanding the issue.
Suggested Improvement
Add inline frontend validation or helper text for the password field in the signup flow.
Possible improvements:
- Show a validation message when password length is below 6 characters
- Add helper text such as: "Password must be at least 6 characters"
- Optionally disable form submission until the requirement is satisfied
This would improve overall UX and reduce confusion during registration.
If this improvement aligns with the project direction, I’d love to work on it under GSSoC'26 🚀
Problem
During signup, users are not given clear frontend guidance about the minimum password requirements before submitting the form.
Currently, the backend validates that passwords must contain at least 6 characters, but the UI does not proactively communicate this requirement to the user. As a result, users may experience failed submissions without immediately understanding the issue.
Suggested Improvement
Add inline frontend validation or helper text for the password field in the signup flow.
Possible improvements:
This would improve overall UX and reduce confusion during registration.
If this improvement aligns with the project direction, I’d love to work on it under GSSoC'26 🚀