jaygajera17 / E-commerce-project-springBoot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
https://jaygajera17.github.io/E-commerce-project-springBoot/
587 stars 601 forks source link

Password complexity added #8

Closed sharvil1205 closed 1 year ago

sharvil1205 commented 1 year ago

this commit fixes #4 I have added the following features to the register.jsp and updateProfile.jsp files:

Added the 'Show Password' feature. Password gets accepted only if it contains at least one: number, upper case character, lower case character, special character, and password length should be 8 or more.