Greeters not aware of locked accounts
Bug #1088100 reported by
xor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
Triaged
|
Medium
|
Unassigned |
Bug Description
Using Kubuntu12.10 amd64, all packages up to date as of 2012-12-09.
I have created a dozen user accounts on the machine which have no password set AND the password locked. Therefore they are never able to login.
Nevertheless, the LightDM login screen lists them, which clutters the view.
Example of creating such an user acount:
useradd --create-home --shell /bin/bash --user-group testuser
passwd -l testuser
no longer affects: | lightdm-kde (Ubuntu) |
To post a comment you must log in.
Requires information not provided from LightDM backend.
AccountsService does correctly report if an account is locked. If LightDM team are happy and confirm the bug I will add a USER_PROP_LOCKED enum value so that they can be filtered by client code.