GNOME Bugzilla – Bug 673784
gdm: Skip locked users
Last modified: 2012-04-09 17:00:50 UTC
See patch. Should fix issue noted in https://bugs.freedesktop.org/show_bug.cgi?id=48178
Created attachment 211656 [details] [review] gdm: Skip locked users Don't show locked (disabled) users in the user list. Those are either "system" users with a shell or users disabled in the control-center.
Review of attachment 211656 [details] [review]: We usually use the C getter functions rather than GObject properties (user.get_locked()), but this is fine.
Attachment 211656 [details] pushed as bfbf812 - gdm: Skip locked users