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 704795 - AuthPrompt: Call next button "Unlock" when user switching
AuthPrompt: Call next button "Unlock" when user switching
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: 2013-07-24 10:07 UTC by Ray Strode [halfline]
Modified: 2013-07-25 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AuthPrompt: Call next button "Unlock" when user switching (5.91 KB, patch)
2013-07-24 10:07 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-07-24 10:07:42 UTC
When a ShellUserVerifier is asked to verify a user at the login
screen it will transparently first try to reauthenticate the user
against an existing session and then fall back to authenticating
a user to start a new session. The former is used for user switching.
It's useful to know which type of verification is happening, so
the next button can be made to say "Unlock" instead of "Sign In" when
a user is already signed in.

This commit exports a new "reauthenticating" property on the
ShellUserVerifier that the auth prompt checks when deciding which
label to use for its next button.
Comment 1 Ray Strode [halfline] 2013-07-24 10:07:44 UTC
Created attachment 250012 [details] [review]
AuthPrompt: Call next button "Unlock" when user switching
Comment 2 drago01 2013-07-25 11:37:29 UTC
Review of attachment 250012 [details] [review]:

OK.