After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752438 - gdm: unconditionally cancel auth user verifier on reset
gdm: unconditionally cancel auth user verifier on reset
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-07-15 20:11 UTC by Ray Strode [halfline]
Modified: 2015-07-16 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdm: unconditionally cancel auth user verifier on reset (2.92 KB, patch)
2015-07-15 20:12 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-07-15 20:11:56 UTC
We currently only cancel the user verifier on reset if
verifying, but that means we don't properly cancel it when
asking for a username at the Not Listed screen.

The object already handles getting called when there is
nothing to cancel, so just cancel it unconditionally.
Comment 1 Ray Strode [halfline] 2015-07-15 20:12:00 UTC
Created attachment 307507 [details] [review]
gdm: unconditionally cancel auth user verifier on reset
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-07-15 20:22:15 UTC
Review of attachment 307507 [details] [review]:

Makes sense.
Comment 3 Ray Strode [halfline] 2015-07-16 13:42:05 UTC
Attachment 307507 [details] pushed as fd3f035 - gdm: unconditionally cancel auth user verifier on reset