0

Possible Duplicate:
How do I enable auto-login in LightDM?

Using 11.10 and having difficulty locating and accessing Administration.

Objective is to cancel using a password for Ubuntu.

Many thanks for your help.

Jack

Jack
  • 41
  • 1
  • 2

1 Answers1

0

You can disable the need to login with a password by editing /etc/lightdm/lightdm.conf and adding these lines:

autologin-user=Jack
autologin-user-timeout=0

See here.

dotancohen
  • 2,864