Skip to content

feat(auth): add confirm password validation to registration#213

Open
prajapati-pankaj-31 wants to merge 1 commit into
imanchalsingh:mainfrom
prajapati-pankaj-31:feature/confirm-password-registration
Open

feat(auth): add confirm password validation to registration#213
prajapati-pankaj-31 wants to merge 1 commit into
imanchalsingh:mainfrom
prajapati-pankaj-31:feature/confirm-password-registration

Conversation

@prajapati-pankaj-31

Copy link
Copy Markdown

Description

This PR adds confirm password validation to the user registration flow.

Fixes #210

Changes included:

  • Added a confirmPassword field in the registration form.
  • Added client-side validation to ensure both passwords match.
  • Added server-side validation in userController.js.
  • Updated validation middleware to require confirmPassword.
  • Improved registration error handling and messages.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring

Checklist

  • Code follows project style
  • Tested locally
  • Updated documentation

@netlify

netlify Bot commented Jul 5, 2026

Copy link
Copy Markdown

👷 Deploy request for file-sharingsystem pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit d996498

@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

@prajapati-pankaj-31 is attempting to deploy a commit to the imanchalsingh Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the SSoC26 Official label of org label Jul 5, 2026
@github-actions github-actions Bot added enhancement New feature or request frontend backend labels Jul 5, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you for your first pull request!
Our maintainers will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend enhancement New feature or request frontend SSoC26 Official label of org

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add confirm password field to the registration flow

1 participant