Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement Input Validation for User Registration, Login and Train Addition #62

Open
vivi2004 opened this issue Jul 31, 2024 · 1 comment

Comments

@vivi2004
Copy link

Users can create an account by providing necessary information.
Input fields include username, email, password, and confirm password.
Validation checks:
Username must be unique and follow a specific format (e.g., alphanumeric, minimum and maximum length).
Email must be in a valid format.
Password must meet complexity requirements (e.g., minimum length, include uppercase, lowercase, numbers, special characters).
Password and confirm password must match

Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant