anuj123upadhyay / MegaBlog

created a blogging site with all functionality using react and appwrite
https://mega-blog-8587.vercel.app/
2 stars 4 forks source link

Improve Signup Page with Confirm Password, Password Toggle, and Strength Validation #2

Open sharayuanuse opened 18 hours ago

sharayuanuse commented 18 hours ago

Currently, the signup page lacks certain essential features that ensure a smooth user experience and security:

  1. Confirm Password Field: The form does not include a confirm password input, which is crucial to prevent mistyped passwords. Implementing this feature would allow users to verify their passwords before submission.

  2. Password Visibility Toggle: For better usability, a "Show Password" toggle should be added to allow users to see the password while typing. This can reduce errors, especially on mobile devices.

  3. Password Strength Validation: To enhance security, the password field should validate the following conditions before allowing submission:

anuj123upadhyay commented 7 hours ago

ok , I will assign this issue to you