You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: