This project aims to provide a comprehensive platform for travel enthusiasts, offering features such as map integration 🗺️, user-generated content ✍️, and a seamless experience for discovering new destinations. ✈️✨
The current user registration page lacks password validation to ensure strong security. A validation rule should be implemented where users must create a password that includes at least one lowercase letter, one uppercase letter, one number, and one special character. This will improve password security and help protect user accounts.
Expected behavior
Add password strength validation to the registration form requiring:
At least one lowercase letter.
At least one uppercase letter.
At least one number.
At least one special character.
Display a clear error message if the password doesn't meet these requirements, guiding users to create a stronger password.
Ensure the password validation logic works across all browsers and devices for a seamless registration experience.
Is there an existing issue for this?
Describe the bug
The current user registration page lacks password validation to ensure strong security. A validation rule should be implemented where users must create a password that includes at least one lowercase letter, one uppercase letter, one number, and one special character. This will improve password security and help protect user accounts.
Expected behavior
Add ScreenShots
No response
On which device are you experiencing this bug?
No response
Record