proudcity / wp-proudcity

The ProudCity WordPress platform
https://proudcity.com
Other
21 stars 9 forks source link

Unclear weak password message #2433

Open curtismchale opened 10 months ago

curtismchale commented 10 months ago

Source

Describe the bug

When a user inputs a weak password during account setup the system rejects the password but gives an unclear message. It currently says

Sorry there was an error saving your password. Please contact us for assistance.

It should say something like.

The password entered was not saved because it is not strong enough. To create a strong password use a service like: https://1password.com/password-generator/

Passwords must contain:
- 1 number
- 1 uppercase character
- 1 symbol
- be at least XX characters in length

There should be a setting in Auth0 to tailor this message. Talked in dev-confab 2023.12.12 and I need to dig around to see what's up. We figure there is a setting but I just didn't find it.

QA

Notes:

Links:

*

curtismchale commented 10 months ago

I can find the Customize Text option in Auth0 but it says it only applies to the new Universal login, which we do not use.

curtismchale commented 9 months ago

I've dug into this more and I'm going to have to read through much of the Classic API to find the right place to make this change. I think that our best bet is to worry about upgrading Auth0 to the current version and making sure that clear weak password message are part of that work. I've added this issue as a task in our main issue to revamp Auth0: #2072