|
Hello, I set USER_NAME="root" and AUTOLOGIN="true". Automatic login works well in minios v3.3.4. The same configuration does not work in v4.1.1. When the system boots into minios, the login window will be displayed. Am I missing any configuration settings? |
Answered by
nio127
Mar 4, 2025
Replies: 3 comments 1 reply
|
I found a solution to accomplish this. In /etc/pam.d/lightdm-autologin, comment the following line. |
1 reply
Answer selected by
crim50n
|
If you end up here because want to remove auto-login after initialize a session, that worked for me. You can edit /etc/lightdm/lightdm.conf and then comment both lines: |
0 replies
|
username and password ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a solution to accomplish this.
In /etc/pam.d/lightdm-autologin, comment the following line.
#auth required pam_succeed_if.so user != root quiet_success