I installed ubuntu 13.10 and installed some software. Now I see two new users in the logon screen called daemon and postgres. How can this happen? Is there a way to remove these entries from logon screen without removing these two user roles (I think these two roles are essential for certain applications).
Asked
Active
Viewed 1,252 times
0
Deepal
- 1,656
- 5
- 19
- 26
1 Answers
2
indeed they're essential for certain services but if you just want to hide them, edit /etc/lightdm/users.conf file (the line that says hidden-users =) and append those users which you don't want to be shown.
V1R4N64R
- 81
- 3
#character. for example here's what it should be:hidden-users = user1 user2 user3– V1R4N64R Oct 27 '13 at 14:33