GNOME Bugzilla – Bug 704795
AuthPrompt: Call next button "Unlock" when user switching
Last modified: 2013-07-25 13:29:51 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.
Created attachment 250012 [details] [review] AuthPrompt: Call next button "Unlock" when user switching
Review of attachment 250012 [details] [review]: OK.