Skip to content

Conversation

YashBorekar
Copy link

Closes #254

Description

password validation implementation worked perfectly now , I have fixed the bug #254

ScreeRecording

Screencast.from.2025-10-10.09-22-07.webm

Frontend Improvements (SignupPage.jsx & ResetPassword.jsx):

Real-time password strength validation
Visual password strength meter with color coding
Clear requirement messages for users
Prevention of form submission with weak passwords

Backend Security (authController.js):

Server-side password validation for signup
Server-side password validation for password reset
Proper error messages returned to frontend

Password Requirements Implemented:

Minimum 8 characters length
At least one uppercase letter (A-Z)
At least one lowercase letter (a-z)
At least one number (0-9)
At least one special character (!@#$%^&*(),.?":{}|<>)

Copy link

vercel bot commented Oct 10, 2025

@YashBorekar is attempting to deploy a commit to the Openml-stack Team on Vercel.

A member of the Team first needs to authorize it.

@YashBorekar
Copy link
Author

If you check and want some changes please let me know

Copy link

vercel bot commented Oct 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sentilog-ai Ready Ready Preview Comment Oct 18, 2025 3:37pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@IkkiOcean
Copy link
Member

Screenshot 2025-10-15 at 9 22 52 PM

@YashBorekar the password must contain repeating lines. Please demonstrate the issue properly. Either integrate it where the weak password check applies or present it gracefully.

…gnupPage components to avoid duplication and improve user feedback
@YashBorekar
Copy link
Author

@IkkiOcean hey , I have made the changes check it now
Screenshot from 2025-10-17 21-32-09
Screenshot from 2025-10-17 21-32-15

…move strength meter and improve error handling display
@YashBorekar
Copy link
Author

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: Signup form allows extremely weak and insecure passwords

2 participants