This is an easy tutorial to show you how to Add user on Ubuntu 14.04 and 14.10 using Terminal There is multiple reasons why you might want to Add user on Ubuntu 14.04 and 14.10 using Terminal. It is the fastest and easiest way to do it with minimal effort. I
User Management
Remove guest login in Ubuntu
Ok so this is an easy to follow tutorial which will not take up to much of your time So let me show you how: 1. Open the terminal by pressing ctrl+alt+t 2. Now type in the following command to edit 50-ubuntu.conf sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 3. Insert the following under user-session=ubuntu allow-guest=false 4. Press ctrl+s to save