Show inline password requirements with realtime validation #229

Closed
priyanshu_bharti wants to merge 1 commits from priyanshu_bharti:224-show-password-requirement-on-signup into dev
Contributor

Show inline password requirements with realtime validation (#224)

Description

This PR implements the feature requested in issue #224 how password requirement on signup

Password requirements are now displayed clearly below the password field on the signup page with real-time validation as the user types.

Changes Made

  • Created a new reusable component PasswordRequirements.svelte
  • Integrated it into the signup form (SignUpEmail.svelte)
  • Added real-time validation that updates instantly as user types
  • Requirements are shown with visual feedback (green check / red cross)
  • Clean and modern UI that matches the existing design

Features Added

  • Displays all password rules (minimum length, uppercase, lowercase, number, special character)
  • Real-time validation feedback
  • Requirements update live while typing
  • Works smoothly on both desktop and mobile

Related Issue

Closes #224


Note for Reviewers:
Please test the signup flow thoroughly. The password requirements should appear below the password field and update in real-time.
image.png

image.png

Show inline password requirements with realtime validation (#224) ### Description This PR implements the feature requested in issue #224 how password requirement on signup Password requirements are now displayed clearly below the password field on the signup page with real-time validation as the user types. ### Changes Made - Created a new reusable component `PasswordRequirements.svelte` - Integrated it into the signup form (`SignUpEmail.svelte`) - Added real-time validation that updates instantly as user types - Requirements are shown with visual feedback (green check / red cross) - Clean and modern UI that matches the existing design ### Features Added - Displays all password rules (minimum length, uppercase, lowercase, number, special character) - Real-time validation feedback - Requirements update live while typing - Works smoothly on both desktop and mobile ### Related Issue Closes #224 --- **Note for Reviewers:** Please test the signup flow thoroughly. The password requirements should appear below the password field and update in real-time. ![image.png](/attachments/8ffa1ed2-acf0-4f41-a616-0e6c376b7fb6) ![image.png](/attachments/682558cd-b0f3-433d-817a-bf4176704254)
171 KiB
171 KiB
priyanshu_bharti added 1 commit 2026-04-17 19:27:54 +00:00
Owner

This is far more abstract than it needs to be. I was just thinking of adding some info text to the input. Let's let @DeveshSingh get this one.

This is far more abstract than it needs to be. I was just thinking of adding some info text to the input. Let's let @DeveshSingh get this one.
hodlbod closed this pull request 2026-04-17 19:29:59 +00:00
Author
Contributor

Hi @hodlbod,
Understood.
thanku

Hi @hodlbod, Understood. thanku
hodlbod deleted branch 224-show-password-requirement-on-signup 2026-04-22 16:40:20 +00:00

Pull request closed

Sign in to join this conversation.