Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 542627[details]
Form does not validate
Description of problem:
Seems that creating more than one new user in sequence through the web ui have issues validating the password. Will dig further but maybe there's some leftover data from the first user creation process?
Version-Release number of selected component (if applicable):
katello-0.1.130-1.git.0.216c0d8.el6.x86_64
Steps to Reproduce:
1. Click on Administration --> Users --> New User
2. Fill out form for creating a new user and save
3. Click on newly created user from the Users list and change its permissions to Read only
4. Click on New User
5. Fill out form for creating a new user but use the same password you used for the previous user you just created
Actual results:
The form does not validate as can be seen in the screenshot attached.
Expected results:
Additional info:
commit 8a01020a536705799d60afb7203791f04e13b8e7
Author: Mike McCune <mmccune>
Date: Wed Jan 18 11:40:26 2012 -0800
761576 - removing CSS and jquery plugins for simplePassMeter
commit 06922585b3aa845f2b34f833784e19a3e422297a
Author: Mike McCune <mmccune>
Date: Wed Jan 18 11:33:26 2012 -0800
761576 - removing the password strength meter
Also fixes 748697. this component was not worth the effort around
fixing the issues for.
I mistakenly removed the little text area that shows if your password is mismatched on 2 pages:
1) New User creation
2) Password reset page
Please re-verify that on the above 2 as well as User Edit you get the little confirm box underneath the 2 passwords that is either blank or says:
"The passwords do not match"
additional commit:
commit fe8a179945a9720a820ed5af20f08a4368c26167
Author: Mike McCune <mmccune>
Date: Mon Jan 23 16:41:10 2012 -0800
761576 - adding back in the password matching field I took out
Created attachment 542627 [details] Form does not validate Description of problem: Seems that creating more than one new user in sequence through the web ui have issues validating the password. Will dig further but maybe there's some leftover data from the first user creation process? Version-Release number of selected component (if applicable): katello-0.1.130-1.git.0.216c0d8.el6.x86_64 Steps to Reproduce: 1. Click on Administration --> Users --> New User 2. Fill out form for creating a new user and save 3. Click on newly created user from the Users list and change its permissions to Read only 4. Click on New User 5. Fill out form for creating a new user but use the same password you used for the previous user you just created Actual results: The form does not validate as can be seen in the screenshot attached. Expected results: Additional info: