GNOME Bugzilla – Bug 686385
Don't offer to type password again if 'Permission Denied'
Last modified: 2018-05-24 10:47:03 UTC
Created attachment 226744 [details] Screenshot of the denied message When we get a permission denied from PAM, after the user types a password, GDM currently stays at the Password prompt and asks for the password again with an orange Permission Denied text underneath. Logging in as this user isn't going to work, even with a different password. Is there a way to take us back to the user selection/entry screen? Or does PAM not give us enough information in this case?
If we were going back to the user list, then you wouldn't get to see the error message. Seems like a bit of a corner case, maybe ?
(In reply to comment #1) > If we were going back to the user list, then you wouldn't get to see the error > message. Seems like a bit of a corner case, maybe ? Yes perhaps. Seems there would be a way to tell the user he can't log in, and it's not worth trying again.
We emit a ServiceUnavailable signal I believe that the greeter can listen for. (we might need to fix it to be emitted in more cases, too, not sure)
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gdm/issues/116.