LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I wish to disable the password prompt in Ubuntu 8.10 (https://www.linuxquestions.org/questions/linux-newbie-8/i-wish-to-disable-the-password-prompt-in-ubuntu-8-10-a-719292/)

magoo532 04-15-2009 09:07 AM

I wish to disable the password prompt in Ubuntu 8.10
 
Hi As I am the only user of my computer I dont wish to be continually asked for a password. (a Vista failing in my book) please how do I disable this annoyance. I am a complete newbie to Linux so I need precise instructions please - many thanx in anticipation

repo 04-15-2009 09:19 AM

You can set this in the configuration of your login manager

nixtutor 04-15-2009 10:06 AM

edit this file as root /etc/gdm/gdm.conf

Change these two lines:
AutomaticLoginEnable=false
AutomaticLogin=

magoo532 04-15-2009 10:36 AM

thankyou nixtutor - unfortunately I have no idea what the instruction 'edit this file as root etc/gdm/gdm/conf' means or indeed how to do it.

repo 04-15-2009 10:42 AM

If you use Gnome:

Code:

system => administration => login window
BTW, what ditribution?

pixellany 04-15-2009 10:52 AM

Quote:

Originally Posted by magoo532 (Post 3509770)
thankyou nixtutor - unfortunately I have no idea what the instruction 'edit this file as root etc/gdm/gdm/conf' means or indeed how to do it.

The typical method would be to open a terminal (from the menus, or using ctl-alt-F1 (or F2)).

To "run as root" in Ubuntu, you need to use "sudo" or you need to enable the root login.

Suppose you are going to use gedit to edit the file....Enter:
"sudo gedit /etc/gdm/gdm.conf"

Note gdm.conf, not gdm/conf

magoo532 04-15-2009 11:10 AM

Thanx Pixellany - I can follow that :-)


All times are GMT -5. The time now is 09:52 PM.