If you by mistake choose during Ubuntu / Xubuntu install the user to have password and later you want to change the default GDM login behavior to not ask for password you can do it slightly easy by simply adding the user you like to login without any password prompt in /etc/group – nopasswdlogin group.
# grep -i nopasswdlogin /etc/group
nopasswdlogin:x:113:
Edit the file with mcedit, vim, nano whatever text editor and add the user to it.
Let’s say you would like to add the testuser to login in GDM (Gnome Display Manager) with no password the line record should be changed to:
nopasswdlogin:x:113:testuser
No need to tamper with gnome-control-center (User Registrations) menu, neither to edit complex GDM config files it is as simple as that 🙂 Restart gdm and on next login clicking over testuser avatar will log you in ur Desktop 🙂
Enjoy ! 🙂
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Hey long time now see, thanks for dropping back again! 🙂
More helpful Articles
- deb Linux: How to add support for Bulgarian, Russian, Belarusian, Ukrainian, Serbian, Macedonian, Bosnian language cyrillic localization to Xfce, GNOME, KDE Desktop
- Get more peaceful night sleep on Ubuntu, Mint and Xubuntu Linux using gtk-redshift
- How to make Debian GNU / Linux Squeeze (GNOME) GDM to show avatar graphical icons login
- How to install GNOME 2 desktop environment on Xubuntu / Substitute Xubuntu’s XFCE desktop manager with GNOME
- How to enable Ctrl+Alt+Backspace in Ubuntu 11.10 (Oneiric Ocelot) Linux
- How to record your Skype calls with skype-call-recorder on Debian Linux / Install skype-call-recorder on amd64 Debian squeeze testing/unstable Linux
- How to disable annoying mail notification settings popup on every user GNOME login in Ubuntu 10.10
- Adding proxy to yum repository on Redhat / Fedora / CentOS and other RPM based Linux distributions, Listing and enabling new RPM repositories
- Rsync copy files with root privileges between servers with root superuser account disabled
- Use apt-get with Proxy howto – Set Proxy system-wide in Linux shell and Gnome
- How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux
- How to make screenshot in /dev/tty console on GNU / Linux – Taking picture JPEG / PNG snapshot of text console in systems without graphical environment
- Improve default picture viewing on Slackware Linux with XFCE as Desktop environment
- How to take area screenshots in GNOME – Take quick area selection screenshots in G* / Linux and BSD
Download PDF Tags: enable, Gnome, login, passwordless, Ubuntu, Xubuntu
This entry was posted on Thursday, September 27th, 2012 at 1:03 pm and is filed under Linux, Linux and FreeBSD Desktop. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.