Skip to content

feat: add password strength indicator in profile settings#1622

Open
akshatsinghai6682-sketch wants to merge 1 commit into
aryandas2911:mainfrom
akshatsinghai6682-sketch:feat-password-strength-indicator
Open

feat: add password strength indicator in profile settings#1622
akshatsinghai6682-sketch wants to merge 1 commit into
aryandas2911:mainfrom
akshatsinghai6682-sketch:feat-password-strength-indicator

Conversation

@akshatsinghai6682-sketch

@akshatsinghai6682-sketch akshatsinghai6682-sketch commented Jun 18, 2026

Copy link
Copy Markdown

📌 Description

Added a real-time password strength indicator on the Signup page. The feature evaluates the entered password and displays its strength (Weak, Medium, Strong) along with password requirements to guide users while creating secure passwords.

The password requirements displayed are:

  • At least 8 characters
  • At least 1 uppercase letter
  • At least 1 lowercase letter
  • At least 1 number
  • At least 1 special character

🔗 Related Issue

Closes #1621

🛠 Changes Made

  • Added password strength evaluation logic.
  • Added a real-time strength indicator (Weak/Medium/Strong).
  • Added password requirement guidelines:
    • Minimum 8 characters
    • 1 uppercase letter
    • 1 lowercase letter
    • 1 number
    • 1 special character
  • Added color-coded feedback based on password strength.

📸 Screenshots (if applicable)

Added screenshots demonstrating Weak, Medium, and Strong password states.
Image 18-06-26 at 9 30 PM

Image 18-06-26 at 9 31 PM Image 18-06-26 at 9 32 PM

🚀 Notes for Reviewers

The password strength indicator updates dynamically as the user types and provides immediate guidance on password requirements, improving the signup experience and encouraging stronger passwords.

Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
@akshatsinghai6682-sketch

Copy link
Copy Markdown
Author

hi @aryandas2911 please review the pr whenever 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

Successfully merging this pull request may close these issues.

[Feature] Add Password Strength Indicator in Profile Settings

1 participant