6

I'm setting up a computer running Ubuntu for my mom, so that she will be able to read e-mail, surf the Internet and use Skype. She is the only person accessing the computer.

Is it possible to set it up so that she doesn't have to log in?

alexs
  • 379

4 Answers4

13
  1. Click on System > Administration > Login Window.

    menu

  2. Enter your password.
  3. Click on the "Security" tab.
  4. Check "Enable Automatic Login".
  5. Select your mom's account for "User" in the "Enable Automatic Login" section.

    login preferences

  6. Click "Close".
Gareth
  • 19,080
Matthew
  • 15,036
6

Yes it is.

Find the Control Center in the Menu
(If you don't have Control Center, go to System > Administration > Login Window.)

Picture of Control Center

Select Login Window. Under the Security tab, check Enable Automatic Login.

Picture of Login Window

Gareth
  • 19,080
jweede
  • 6,933
3

You can also do it without any graphical interface by simply adding the following two lines in the section [daemon] of the file /etc/gdm/gdm.conf-custom:

...
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=<your user name>
...
mrucci
  • 10,234
1

Using the GUI:

In the system menu, go to login manager. In there, select a user and select "log in automatically". You can also specify how long do you want to wait before logging in as that user.

PS: I am not in front of an Ubuntu machine right now, and I am mostly quoting from memory. So there might be subtle differences.