Description of problem: "New Root Password" input box shows password in tooltip. system-config-rootpassword-1.99.4-4.fc11.noarch Steps to Reproduce: 1. run s-c-rootpassword 2. type password by it shows strength of password 3. now check "New Root Password" input box tooltip Actual results: New password shown in tooltip. Expected results: No passwords shown in tooltip. Additional info: This bug report is part of "System Configuration Tools Cleanup Project". Don't hesitate to ask project maintainers for any kind of help.
Created attachment 358421 [details] Proposed patch for this bug This bug was caused by changes in the cracklib library interface. In previous versions the method FascistCheck returned the error string but now it throws a ValueError exception. This patch fixes this issue.
Commited. Thanks for the patch. (feel free to apply for svn/cvs access)