shardeum / validator-gui

MIT License
17 stars 7 forks source link

red-269 validate password min requirements #33

Closed magonjr closed 2 months ago

magonjr commented 2 months ago

Add validation for minimal password requirements and add a rate limit.

The password change form now requires: min 8 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1 number, at least 1 special character !@#$%^&()_+$ This description was also added to the form validation

The login endpoint now has a rate limit. Requests will be blocked after 20 failed attempts for 10 minutes

Related PR's https://github.com/shardeum/validator-cli/pull/22 https://github.com/shardeum/validator-dashboard/pull/15

magonjr commented 2 months ago

image @chrypnotoad