Bug 76414
| Summary: | Can't change user passwords - wrong number of arguments | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | R. Chris Carman <rccarman> |
| Component: | redhat-config-users | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-10-21 15:05:11 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: | |||
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: After starting the user config tool (redhat-config-users), if I open the properties for any user and then change the user's password, when I click the OK button, the properties box is NOT dismissed/closed, and the shell window shows this error: Traceback (most recent call last): File "/usr/share/redhat-config-users/userProperties.py", line 257, in on_ok_button_clicked self.parent.ADMIN.setpassUser(self.userEnt, pw) TypeError: function takes exactly 3 arguments (2 given) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Start redhat-config-users 2.Open the properties sheet for a user 3.Change the user's password 4.Click OK. 5.Properties sheet should close, but does NOT. Actual Results: Properties sheet does NOT close, and error messages are printed in the shell window. Expected Results: Properties sheet should close, saving changes to user's password. Additional info: