shardeum / validator-cli

MIT License
20 stars 9 forks source link

red-269 min requirements for password #22

Closed magonjr closed 1 month ago

magonjr commented 1 month ago

Add validation for minimal password requirements

the command: operator-cli gui set password 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 command description

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