How to enable autologin?

Cant click “Don’t ask for password on login”

Open /etc/lightdm/lightdm.conf as root.

Scroll down to around line 124 where you should see

#autologin-user=

Uncomment that # and put your user name after the equals sign before saving.

autologin-user=parrot

now cant access gui

At the command line, type

sudo nano /etc/lightdm/lightdm.conf

Then comment

autologin-user=parrot

to

#autologin-user=parrot

I’m not sure what went wrong for you. Sorry!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.