Skip to content

add password strength hints#228

Open
saurabhhhcodes wants to merge 1 commit into
chthonn:mainfrom
saurabhhhcodes:codex/password-strength-hints
Open

add password strength hints#228
saurabhhhcodes wants to merge 1 commit into
chthonn:mainfrom
saurabhhhcodes:codex/password-strength-hints

Conversation

@saurabhhhcodes

Copy link
Copy Markdown

What changed

  • Added a shared password strength guide for the auth screens.
  • Show real-time feedback for length, uppercase letters, numbers, and special characters.
  • Added a live strength bar and per-rule checklist to login and signup password fields.
  • Bumped signup password minimum length to 8 characters so the UI hint matches server validation.

Why

Users were only seeing a generic invalid-credentials error after submit, with no guidance on what the password needed.

Impact

People now get immediate feedback while typing, which makes signup clearer and reduces silent validation failures.

Validation

  • git diff --check
  • node --check server/src/services/userService.js
  • npm run build in frontend

Closes #191

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the Sunil Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

@saurabhhhcodes saurabhhhcodes changed the title [codex] add password strength hints add password strength hints Jun 13, 2026
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.

[Bug]: Add real-time password strength indicator and validation hints on login/signup

1 participant