when ever I'm logging in, I have set a login password for my account but it is logging in automatically with out asking me for a password. Please tell me what I can do to get rid of this problem.
Asked
Active
Viewed 104 times
2 Answers
2
you unchecked the option when you installed ubuntu . there was option Ask password for login or some thing other when you create user .
now you have to run command
sudo gpasswd -d username nopasswdlogin
or do
Settings->User Accounts->Unlock->Automatic Login-> Off
pl_rock
- 11,715
0
Lets try the following:
Open
/etc/lightdm/lightdm.confwith your favorite editor (e. g.sudo vim /etc/lightdm/lightdm.conf)Comment out the following string:
autologin-user=your_login
David Foerster
- 36,890
- 56
- 97
- 151
adm.unix
- 76