Pronovix / password_enhancements

0 stars 3 forks source link

Remove misleading message from the password fields' description #27

Closed boobaa closed 5 years ago

boobaa commented 5 years ago

The password must be at least 8 characters long and must contain at least three from the following character types: uppercase, lowercase, numeric and special characters (eg. &, $, @). is displayed even if it's not true.

boobaa commented 5 years ago

Turns out I was giving this module a try in a non-clean sandbox which had another module enabled messing with those password fields, and this message was coming from that other module.