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 673784 - gdm: Skip locked users
gdm: Skip locked users
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: 2012-04-09 16:48 UTC by drago01
Modified: 2012-04-09 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdm: Skip locked users (864 bytes, patch)
2012-04-09 16:48 UTC, drago01
committed Details | Review

Description drago01 2012-04-09 16:48:13 UTC
See patch.
Should fix issue noted in https://bugs.freedesktop.org/show_bug.cgi?id=48178
Comment 1 drago01 2012-04-09 16:48:16 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-04-09 16:53:44 UTC
Review of attachment 211656 [details] [review]:

We usually use the C getter functions rather than GObject properties (user.get_locked()), but this is fine.
Comment 3 drago01 2012-04-09 17:00:47 UTC
Attachment 211656 [details] pushed as bfbf812 - gdm: Skip locked users