Description of problem: RHEL OSP Installer lets user set password but doesn't verify it (ask for it again). This is common practice when setting/changing password to avoid user mistakes. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Run osp-installer 2. On "Configure client authentication" choose option "3. Change Root Password" 3. Enter new password Actual results: Password is changed without verifying Expected results: Installer should ask to enter password again and check that both passwords match. Additional info: If there's a mismatch user should start a new and enter the password 2 times, same as with passwd command.
I'm going to have to pass this to Marek. I think this may be some underlying kafo development.
Pull request upstream: https://github.com/theforeman/foreman-installer-staypuft/pull/82 In "Configure client authentication" wizard after selecting "3. Change Root Password", the installer will now ask for password and then also for password confirmation. The validation is performed at the same time as the rest of the validations, when user selects "1. Proceed with the above values". If the confirmation did not match the password, user will see an error message "Password and confirmation do not match, please re-enter the password".
Merged upstream.
validation is done as soon as you hit Next on that window.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1350.html