GNOME Bugzilla – Bug 702458
select password at login
Last modified: 2013-06-18 15:00:33 UTC
Steps: 1. Go to Settings -> Users. Unlock. Click on password and select: "Choose password at next login" 2. Logout and login 3. Type an invalid password (eq:"q") -> a message saying that password is a palindrom will appear 4. Enter a valid password expected: the message regarding the palindrom should disappear actual: the message will not disappear
Created attachment 247064 [details] [review] proposed patch
Review of attachment 247064 [details] [review]: I guess this is probably right. even if there are a series of messages queued up, they probably are in reference to the prompt query. ::: js/gdm/util.js @@ +165,3 @@ answerQuery: function(serviceName, answer) { if (!this._userVerifier.hasPendingMessages) { + this._clearMessageQueue (); no space between clearMessageQueue and the ().
(In reply to comment #2) > Review of attachment 247064 [details] [review]: > > I guess this is probably right. even if there are a series of messages queued > up, they probably are in reference to the prompt query. so, should I just fix this and commit? If so, can I backport this to 3.8? > ::: js/gdm/util.js > @@ +165,3 @@ > answerQuery: function(serviceName, answer) { > if (!this._userVerifier.hasPendingMessages) { > + this._clearMessageQueue (); > > no space between clearMessageQueue and the ().
pushed, thanks.