Project

General

Profile

dev #4257

Updated by Nazmul Hossain Shovon about 1 month ago

### PR Description 

 This PR enhances authentication and form handling across the application: 

 - **Password Reset Improvements**: Added validation logic to disable password confirmation until requirements are met, improved user feedback for password matching, and refined submit button conditions. 
 - **Sign-In/Sign-Up Enhancements**: Updated error message display in sign-in forms and increased password length requirements (12-64 characters) in sign-up. 
 - **Agency URL Validation**: Strengthened algoUrl input validation with minimum length checks and better form handling. 
 - **UI/UX Refinements**: Modernized email verification page styling and icons for better user experience. 

 These changes improve security, usability, and consistency in authentication flows.

Back