1

I tried multiple times in terminal to change my password. but it throwing error but i filled up all requirements.

naga@naga:~$ passwd 

Current password: 
New password: 

Re-enter password: 

Password does not meet requirements
passwd: 

Authentication token manipulation error
passwd: 

password unchanged

naga@naga:~$
Eliah Kagan
  • 117,780
Nagarajan A
  • 11
  • 1
  • 4

2 Answers2

2

It might be because you filesystem is mounted with read-write permissions(are you in Recovery mode?).

To mount your filesystem in read-write mode, in the terminal type:

sudo mount -o rw,remount /

and then change your password using passwd <username>.

jobin
  • 27,708
1

Have you tried:

Going to System Settings>User Account

  • Under Login Options:
  • Clicking where it shows bullets next to password
  • Follow the directions in the new window
  • 1
    I tried that too but I can change my new password from the generated password but I can't change it to what I want. @AnythinkM3tal – Nagarajan A Jul 14 '13 at 15:26