Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Implement password strength or length validation check #3102

Open dboyer opened 2 years ago

dboyer commented 2 years ago

Is your feature request related to a problem? Please describe. For increased security, the password should have strength or length validation checks

Describe the solution you'd like Implement a minimal length password validation check

shaun-technovation commented 2 years ago

Btw, I added a very basic front-end validation via Vue Formulate to ensure passwords are at least 8 characters long. Better than nothing! :sweat_smile:

dboyer commented 2 years ago

Thanks @shaunxp20! Agreed that is a good start. I'll keep this issue open in case we want to add more robust strength checks in the future.