We want to ensure that our users' passwords have the following rules:
- Have more than 8 characters
- Contains a capital letter
- Contains a lowercase
- Contains a number
- Contains an underscore
We want to give feedback to users on why the password is not valid.