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
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