How can I log in to Ubuntu 18.04 without a password? Setting auto login doesn't work [duplicate]

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
This question already has an answer here:
Ubuntu 17.10 GDM Auto-Login not working
5 answers
Setting user to automatic login does not permit starting a session on Ubuntu 18.04 without entering the password.
How to fix this?
auto-login
marked as duplicate by pomsky, karel, Fabby, Zanna, K7AAY May 25 at 16:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
2
down vote
favorite
This question already has an answer here:
Ubuntu 17.10 GDM Auto-Login not working
5 answers
Setting user to automatic login does not permit starting a session on Ubuntu 18.04 without entering the password.
How to fix this?
auto-login
marked as duplicate by pomsky, karel, Fabby, Zanna, K7AAY May 25 at 16:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Please add the output of$ cat /etc/gdm3/daemon.confvia edit to your question.
â mook765
May 23 at 15:05
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
This question already has an answer here:
Ubuntu 17.10 GDM Auto-Login not working
5 answers
Setting user to automatic login does not permit starting a session on Ubuntu 18.04 without entering the password.
How to fix this?
auto-login
This question already has an answer here:
Ubuntu 17.10 GDM Auto-Login not working
5 answers
Setting user to automatic login does not permit starting a session on Ubuntu 18.04 without entering the password.
How to fix this?
This question already has an answer here:
Ubuntu 17.10 GDM Auto-Login not working
5 answers
auto-login
edited May 25 at 15:25
Zanna
47.8k13116226
47.8k13116226
asked May 21 at 16:10
Dandevor
111
111
marked as duplicate by pomsky, karel, Fabby, Zanna, K7AAY May 25 at 16:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by pomsky, karel, Fabby, Zanna, K7AAY May 25 at 16:06
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Please add the output of$ cat /etc/gdm3/daemon.confvia edit to your question.
â mook765
May 23 at 15:05
add a comment |Â
1
Please add the output of$ cat /etc/gdm3/daemon.confvia edit to your question.
â mook765
May 23 at 15:05
1
1
Please add the output of
$ cat /etc/gdm3/daemon.conf via edit to your question.â mook765
May 23 at 15:05
Please add the output of
$ cat /etc/gdm3/daemon.conf via edit to your question.â mook765
May 23 at 15:05
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
To enable auto login just edit the /etc/lightdm/lightdm.conf file, and add the following lines replacing USERNAME with your own username:
Code:
autologin-user=USERNAME
autologin-user-timeout=0
Save and close the file.
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
To enable auto login just edit the /etc/lightdm/lightdm.conf file, and add the following lines replacing USERNAME with your own username:
Code:
autologin-user=USERNAME
autologin-user-timeout=0
Save and close the file.
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
add a comment |Â
up vote
0
down vote
To enable auto login just edit the /etc/lightdm/lightdm.conf file, and add the following lines replacing USERNAME with your own username:
Code:
autologin-user=USERNAME
autologin-user-timeout=0
Save and close the file.
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
add a comment |Â
up vote
0
down vote
up vote
0
down vote
To enable auto login just edit the /etc/lightdm/lightdm.conf file, and add the following lines replacing USERNAME with your own username:
Code:
autologin-user=USERNAME
autologin-user-timeout=0
Save and close the file.
To enable auto login just edit the /etc/lightdm/lightdm.conf file, and add the following lines replacing USERNAME with your own username:
Code:
autologin-user=USERNAME
autologin-user-timeout=0
Save and close the file.
answered May 21 at 16:14
Eranda Peiris
661416
661416
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
add a comment |Â
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
2
2
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
Ubuntu 18.04 has GDM by default instead of LightDM.
â pomsky
May 23 at 13:56
add a comment |Â
1
Please add the output of
$ cat /etc/gdm3/daemon.confvia edit to your question.â mook765
May 23 at 15:05