User Accounts

Dodge Ram

I want to set up the user login to auto login. I am trying to access the user accounts to accomplish this but I cannot find it anywhere. Can anyone help? Thanks

lwfitz

The best way Ive found to do this is to edit the lighdm config

run

sudo medit /etc/lightdm/lightdm.conf

and change


#autologin-user=vsido
#autologin-user-timeout=0
##autologin-session=UNIMPLEMENTED


to


autologin-user=your user
autologin-user-timeout=0
autologin-session=the WM you want


So at the moment mine looks like


autologin-user=luke
autologin-user-timeout=0
autologin-session=cinnamon
Don't Be A Dick!

VastOne

^ Nicely done lwfitz, well done!
VSIDO      VSIDO Change Blog    

    I dev VSIDO

Dodge Ram

Thanks. I made the changes you said and it didn't do any good. Still had a log-in. On line  111 shows
autologin-user=

autologin-user=Al
I put my name in and it worked. Thanks