When I first installed Ubuntu I choose NOT to ask me for a password at login. That was ok for that moment cause it didn't ask me any password at login. But now I want to be asked for a login password. I changed the settings to Not start automatically but it doesn't work. My Ubuntu doesn't ask me password at login. What should I do now?
In the automatic login box (in the user accounts setting window) I have it checked to off (0 or Off), the thing is that my LightDM login screen gives me only a "Start Session" button below my user name, instead of the usual password field.
Best Answer
Thanks to user sisco311 from ubuntuforums.org for this answer.
I didn't try it but the link posted above shows a command line:
that should work. I did it using the GUI.
The thing is that my user was in the
nopasswdlogin
group. I had to install the gnome-system-tools which has the GUI to manage users and groups. Then I ran the users-groups manager and change my user to NOT be part of thenopasswdlogin
group. Problem Solved. I do have a remaining question: why or how did my user got into that group?