Skip to content

feat: add password strength indicator during registration#411

Open
Vidheendu wants to merge 4 commits into
Nsanjayboruds:mainfrom
Vidheendu:feat/password-strength-indicator
Open

feat: add password strength indicator during registration#411
Vidheendu wants to merge 4 commits into
Nsanjayboruds:mainfrom
Vidheendu:feat/password-strength-indicator

Conversation

@Vidheendu

Copy link
Copy Markdown
Contributor

Pull Request

Summary

Add a real-time password strength indicator to the registration form.

Description

This PR introduces a live password strength indicator that updates as users type their password during registration. The strength is evaluated based on password length and the presence of uppercase letters, lowercase letters, numbers, and special characters. Users receive immediate feedback with Weak, Medium, or Strong indicators, encouraging the creation of more secure passwords.

Related Issue

Closes #385

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactoring

Checklist

  • Code follows project guidelines
  • Tested locally
  • No console errors
  • Documentation updated if required

@Nsanjayboruds

Nsanjayboruds commented Jul 9, 2026

Copy link
Copy Markdown
Owner

@Vidheendu FIX THE LINT FRONTEND FAILED

1 similar comment
@Nsanjayboruds

Copy link
Copy Markdown
Owner

@Vidheendu FIX THE LINT FRONTEND FAILED

@Nsanjayboruds

Copy link
Copy Markdown
Owner

@Vidheendu fix the backend lint

@Vidheendu
Vidheendu force-pushed the feat/password-strength-indicator branch from e89f96a to 3fc5dfc Compare July 12, 2026 08:42
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 During Registration

2 participants