Skip to content

feat: add password strength indicator#415

Draft
saurabhhhcodes wants to merge 2 commits into
Kuldeeep18:mainfrom
saurabhhhcodes:codex/password-strength-estimator
Draft

feat: add password strength indicator#415
saurabhhhcodes wants to merge 2 commits into
Kuldeeep18:mainfrom
saurabhhhcodes:codex/password-strength-estimator

Conversation

@saurabhhhcodes

@saurabhhhcodes saurabhhhcodes commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Added a live password strength indicator to the signup form.
  • The meter updates as users type and labels the password as weak, medium, or strong.
  • Standardized the shared auth password-toggle styles in theme.css to use CSS variables instead of hardcoded colors.

Why

  • Simple passwords were easy to submit without any visual feedback.
  • The shared auth styles had duplicate / hardcoded color rules that were a good fit for the theme cleanup issue.
  • These small UI improvements make the auth flow safer and the stylesheet easier to maintain.

Validation

  • node --check /tmp/register-inline.js
  • git diff --check

Closes #393
Closes #388

@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: de4bfefd-ffb8-4ff3-8a4a-ca0384775973

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.

LO-056 [Easy]: Password Strength Estimator in Signup Form LO-051 [Easy]: Clean Up Unused CSS Styles and Standardize Variables in theme.css

1 participant