Bug 508217

Summary: S-c-tools cleanup: "New Root Password" input box shows password in tooltip
Product: [Fedora] Fedora Reporter: Jaroslav Reznik <jreznik>
Component: system-config-rootpasswordAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: lkundrak, mclasen, rnovacek, rrakus
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-14 11:22:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 493609    
Attachments:
Description Flags
Proposed patch for this bug none

Description Jaroslav Reznik 2009-06-26 08:27:13 UTC
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.

Comment 1 Radek Novacek 2009-08-24 07:48:09 UTC
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.

Comment 2 Lubomir Rintel 2009-09-14 11:22:23 UTC
Commited. Thanks for the patch. (feel free to apply for svn/cvs access)