Current password:
New password:
New password (again):
passwd: Authentication token manipulation error
passwd: password unchanged
Smyptoms
When adding a new user withThe system does not accept a password and produces the above message.sudo adduser $user
Solution
I have found that removing the (non existing ?) password from the user is the only way to solve the problem quickly. It is a weird thing, I have no clue what is causing this.
While logged in as any user with root privileges (sudo), delete the $user password,sudo passwd -d $userAnd set a new password for $user,
sudo passwd $userIt should work now.
Credit goes to Askubuntu.com. Thanks!
No comments:
Post a Comment