08-22-2021, 05:58 PM
I know this is really basic, but how does one disable autologin in TwisterOS? I can't find any instructions for either the GUI or the CLI to do this anywhere. I don't like the security risk of it auto-logging me in every time I turn on my Pinebook Pro.
Thank you!
I dont use twisterOS, but should be an autologin config in the display manager (if using xfce, /etc/lightdm/lightdm.conf )
Thanks! That got me close enough. The full directory path was /etc/lightdm/lightdm.conf.d. There were two files in the directory: 11-armbian.conf and 22-armbian-autologin.conf. In 11-armbian.conf, I changed greeter-show-manual-login to true from false, and in the other file, I commented out these two lines like this:
#autologin-user=pi
#autologin-user-timeout=0
Now, I get the login screen when I first boot up TwisterOS!