GNOME Bugzilla – Bug 721951
users: Improve logged-in check when deleting users
Last modified: 2014-01-10 18:07:35 UTC
When deleting a user account, we try to check if the user is still logged in, but we are using an accountsservice API that ignores console logins. But deleting a user that is logged in on the console is just as bad, so use act_user_is_logged_in_anywhere instead, which includes console logins.
Created attachment 265958 [details] [review] users: Improve logged-in check when deleting users
Review of attachment 265958 [details] [review]: Looks good!
Attachment 265958 [details] pushed as 2991d70 - users: Improve logged-in check when deleting users