Bug #17334
closedPassword criteria - show message (Your password cannot contain your username) but accept anyway
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1394798
Description of problem:
In my test, I just create one user virtwho and defined the password as virtwho00, in the Password row we can see the message below
Password - Your password cannot contain your username
and in the Verify row
Verify - password match
But after submit, we can see the password was accepted.
Version-Release number of selected component (if applicable):
6.2.4 / Current foreman nightly
How reproducible:
100%
Steps to Reproduce:
1. Create new user
2. Define the password with the username as part of password
3. Click on Submit
Actual results:
Ignored validation message is being displayed
Expected results:
Message Your password cannot contain your username is not being displayed.
Additional info:
I changed the expected results in compare to original BZ report after short discussion with others. I updated the BZ too.