Hello folks. You turned on your computer and noted, it did the login automatically. You already enable it through Login Screen Setting but you didn’t have success. To solve that, open a terminal and run:
sudo gedit /etc/gdm/custom.conf
The file contents has something like that:
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=user
Now, change the value of AutomaticLoginEnable to False. The result will be this:
[daemon]
AutomaticLoginEnable=False
AutomaticLogin=user
Save the file and restart your computer.
That’s it folks. See you next time.
Advertisement


thank you very much