Anshul439 / Blogverse

A MERN stack Blog App
https://blogverse-l4af.onrender.com
17 stars 23 forks source link

Fix: Enforce password validation to require minimum of 8 characters #36

Closed mohit-1710 closed 1 month ago

mohit-1710 commented 1 month ago

Description

This pull request fixes an issue where the login and sign-up pages were accepting passwords with less than 8 characters. The new validation ensures that users must enter a password with a minimum of 8 characters.

Changes Made

Issue Resolved

Fixes: Issue #20

How Has This Been Tested?

Screenshots

image

image

Checklist

Additional Comments

Please let me know if further improvements are needed. Thanks for reviewing this PR!