Skip to content

feat: add password strength meter#423

Draft
saurabhhhcodes wants to merge 1 commit into
Kuldeeep18:mainfrom
saurabhhhcodes:codex/password-strength-register
Draft

feat: add password strength meter#423
saurabhhhcodes wants to merge 1 commit into
Kuldeeep18:mainfrom
saurabhhhcodes:codex/password-strength-register

Conversation

@saurabhhhcodes

Copy link
Copy Markdown
Contributor

Adds a live password strength meter to the registration form so users get immediate feedback while they type a new password.

What changed:

  • added a compact strength bar and label under the password field
  • score the password on length, uppercase, lowercase, number, and special character checks
  • update the meter in real time with weak, medium, and strong states

Validation:

  • checked the rendered markup for the strength meter hooks
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 25c85bd4-b803-4a2a-b483-750adc45e75b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant