My account is an administrator; I'm using Ubuntu 14.04LTS.
I've set a password and set automatic login to OFF, yet when I wake up from suspension or reboot if I just press Enter or type in anything then it logs me in.
How should I proceed?
My account is an administrator; I'm using Ubuntu 14.04LTS.
I've set a password and set automatic login to OFF, yet when I wake up from suspension or reboot if I just press Enter or type in anything then it logs me in.
How should I proceed?
Click the gear icon in the top-right corner of your screen:
Click System Settings, then Brightness & Lock:
Click the Lock switch until it goes into the On position and ensure the Require my password when waking from suspend is ticked.
Create a new user on your system and see whether that user does work. If that's the case (in the below example we'll use steam-gamer
and steam-gamer2
), just do the following:
Open the file manager
Browse to the /home/steam-gamer
directory
Copy (don't move!) all the files from Downloads
to /home/steam-gamer2/Downloads
Check you did a good job.
Now delete /home/steam-gamer/Downloads
Go back to step 3 and repeat for Documents
, Videos
, ...
After a couple of days to allow you to ensure you didn't forget to copy anything, just delete steam-gamer
together with it's home directory by issuing the following command:
sudo deluser steam-gamer --remove-home
The brute force approach is to hand edit /etc/lightdm/lightdm.conf
, adding a #
character to the beginning of every line starting with autologin
.
[SeatDefaults] autologin-user=
, only 1 line...
– Steam gamer
Dec 16 '15 at 07:57
[SeatDefaults]
makes a difference, then?
– Ralph Rönnquist
Dec 18 '15 at 04:40
xscreensaver
? – Organic Marble Dec 15 '15 at 04:38