Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 4729  / 2 Years ago, sat, june 4, 2022, 12:57:28

My problem already listed in the forum but unfortunately it is closed and no satisfying answer available in that post. So, I am opening a new thread.



I am using ubuntu 13.04. I changed my password using passwd command for the user. Ex: Suppose 'XYZ' is the username I am using to login. I used this command to change the password of that user:



sudo passwd XYZ


It prompted me to enter my current password and later new password twice. everything is fine. But after changing user password successfully, I log-out and tried to log-in. I failed.



After entering my password and pressing enter, it simply goes blank for 1 or 2 seconds and re-appears the log-in screen. I am unable to enter. At the time of installation I used "encryption of home folder" option. So, I am unable to access my data from windows. (As you know that We can have read access of linux partition using some softwares).



Please help and thanks in advance.


More From » password

 Answers
5

Try this.



Boot into recovery mode, and change the password. Boot your computer, and quickly press the Shift key or Escape, which will bring up a boot menu.



When you get the grub menu, select option with recovery mode



enter image description here



This will take you to recovery menu. In recovery menu select option drop to root shell.



enter image description here



To change the password type the command below at the prompt:



   passwd <user_name>


You will be asked you to enter your new password and retype password. Type your new password. Once done resume normal boot, and try to login.


[#31051] Sunday, June 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;