GNOME Bugzilla – Bug 699483
Change password : button "change" become gray when the password mode is changed
Last modified: 2013-06-11 14:46:17 UTC
- Go to user setting - Unlock to have the password dialogue - click on password - choose "set a password now" - write a wrong password in "Current Password" - choose an other action for example "Choose password at next login" The button is grayed after several second to click on the button "change" we need to change the action and come back on the previous one It's will be possible to clear all text fill when we choose an other action
The issue comes from the password authenticate callback auth_cb in panels/user-accounts/um-password-dialog.c the callback doesn't check if the password mode have changed before updating the button sensitivity
Created attachment 243208 [details] [review] Check password mode before updating the button sensitivity
Review of attachment 243208 [details] [review]: the mode, model, iter variables are missing
Created attachment 245394 [details] [review] Check password mode before updating the button sensitivity
Review of attachment 245394 [details] [review]: Patch looks fine to me.
Pushed to gnome-3-8 branch with a slightly updated commit message. The password dialog has been re-designed in master and this bug isn't present.