| hide user list |
|
|
|
| Written by Pithyus |
| Thursday, 03 December 2009 22:49 |
|
This article explains how to hide the user list on the login screen. This adds another layer of security by requiring the person logging in to not only know the password but also the username. Remember, in Ubuntu the username is case sensitive just like the password; If you type it wrong , you will not get past the login screen.
Click on Applications > Accessories > Terminal and type (or copy & paste) the following line: sudo -u gdm gconftool-2 --set /apps/gdm/simple-greeter/disable_user_list --type bool true
The next time you login you will see the change. |
| Last Updated on Saturday, 06 February 2010 21:37 |