Hello there !
I would like to deactivate the login with password in lightDM.
How can I do it ?
Hello there !
I would like to deactivate the login with password in lightDM.
How can I do it ?
Welcome to forums.
Open /etc/lightdm'lightdm.conf
in nano or VIM or nvim like so sudo nano /etc/lightdm'lightdm.conf
.
Scroll down to [Seat:*]
section.
Find and change this line from #autologin-user=
to autologin-user=<you user name>
Additionally you can uncomment these lines autologin-guest=false
and autologin-user-timeout=0
Now save (Ctrl + s then Ctrl + x only for nano
) and close your terminal.
Your user account needs to be a part of the autologin
group. To add your account to the user group do the following.
groupadd -r autologin
gpasswd -a <your user name> autologin
Now you’re all set to log in without using your password. But this is really ill-advised. If you need further details you can find it here.
Thanks for giving EndeavourOS a try, and welcome to the forum. I hope you enjoy your time here.
Pudge
Thank you very much !
Gald to help out. If we answered your issue and one of the answers solved the issue please mark that answer as the solution. So this thread will get automatically closed after 2 days.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.