pwm icon indicating copy to clipboard operation
pwm copied to clipboard

New user: password strength reported as "Very weak" until all attributes have been filled in

Open mattock opened this issue 6 years ago • 2 comments

When creating a new user Pwm claims the password is "Very weak" regardless of its real strength until all (required?) attributes have been filled in:

very_weak

When all fields have been filled the password strength is shown correctly:

very_strong Note that the meter is correct in all cases, so only the textual format is out of sync.

mattock avatar Apr 19 '18 08:04 mattock

I can confirm this to be true. BTW. Is this the proper place to report issue?

muppeth avatar Dec 26 '19 14:12 muppeth

It's working as designed, since password rule checking is comparatively expensive, so it doesn't do the password check unless all other form validations are passed. There's probably a way to improve this since it results in a less than ideal user experience.

jrivard avatar Dec 27 '19 10:12 jrivard