Open
Description
At the moment if a password fails the regex check (either for not including a number, or including special characters) there is just a generic "password too weak" error but we could provide them more information to reduce confusion like "must include as least one number". One common flow elsewhere seems to be visual checks that pass as you type (could consider https://www.npmjs.com/package/password-validator).