GNOME Bugzilla – Bug 687132
Misc fixes for the login dialogs
Last modified: 2012-11-09 19:34:27 UTC
Stuff I found while testing bug 687110
Created attachment 227557 [details] [review] LoginDialog: clear previous auth failed messages when trying again When the user has the entered the password for the second time and clicked OK, clear messages from the previous attempt, so any new failure is shown clearly.
Created attachment 227558 [details] [review] ShellUserVerifier: fix fail counter If it is updated after checking, it counts the number of failures not including the current one, so it allows one extra attempt. Instead, by updating it before checking, we get the expected result of dropping the curtain at the third password.
Created attachment 227559 [details] [review] UnlockDialog: clear the password on failure It is wrong, and the user can't correct it because it's obfuscated. Just let him type it again.
Review of attachment 227558 [details] [review]: Sure.
Review of attachment 227559 [details] [review]: Sure.
Review of attachment 227557 [details] [review]: Makes sense.
Attachment 227557 [details] pushed as 04debd1 - LoginDialog: clear previous auth failed messages when trying again Attachment 227558 [details] pushed as b9463d2 - ShellUserVerifier: fix fail counter Attachment 227559 [details] pushed as a0470bf - UnlockDialog: clear the password on failure Which ones are to be backported to gnome-3-6?
*** Bug 688008 has been marked as a duplicate of this bug. ***