Fix signup password validation

✅ merged · #3 · CaseMark/mikeoss-casedotdev ← CaseMark/mikeoss-casedotdev · opened 22d ago by kveton · merged 22d ago by kveton · self · +15-8 across 1 file · ↗ on GitHub

From the PR description

Summary\n- Align signup form validation and copy with the backend's 8-character minimum password policy.\n- Surface Better Auth error messages from plain error objects instead of showing a generic signup failure.\n\n## Verification\n- Reproduced live backend response: 6-character password returns PASSWORD_TOO_SHORT.\n- Direct signup with an 8+ character password succeeds against https://api.mike.casemark.dev.\n- cd frontend && npx tsc --noEmit\n- npm run build --prefix frontend\n- git diff --check

Our analysis

Align signup validation with backend password policy — read the full analysis →

Think the analysis missed something the PR description covers?

Commits in this PR (1)

SHA Subject Author Date
b074eeb6 Fix signup password validation kveton 2026-05-04 ↗ GitHub

Capture this PR into my fork

Download a Markdown prompt that tells Claude how to port every commit in this PR into your working tree. Run it via claude -p < capture-pull-3.md from inside the repo you want the changes in.

⬇ Download capture-pull-3.md