I'm using Ubuntu 11.10 and some time ago I opened User Accounts with Administrator Privilage and I made change as "LOG IN WITHOUT PASSWORD" and now I want to add a password to My User Account. But I can not unlock the user account dialog, because it is asking for password and if it left blank still it's not opening! Please Help Me to solve My Problem!
Asked
Active
Viewed 1,038 times
6
-
It should have had you make a password on the same screen where you said to log in without one. Use that password. – zpletan Apr 11 '12 at 14:36
3 Answers
5
Open a terminal, and enter "passwd" ... this will change the password for the current user. If you want to change an other users password, you will need to enter "sudo passwd", because then you need to run passwd with root privileges.

Rainer Bendig
- 151
- 2
-
Hey Really Thank You Very Much for Ur Reply and for giving time to answer My Question! Really Thanks Again! – Gaurav Apr 11 '12 at 16:54
3
just open a terminal and write passwd
It will ask for the new password if it was blank previously or ask for the old password if it was not blank.

gajdipajti
- 3,451
-
1Hey Really Thank You Very Much for Ur Reply and for giving time to answer My Question! Really Thanks Again! – Gaurav Apr 11 '12 at 16:54