Linux - passwd "The password is too similar to the old one"
At times, if you are
- the VM owner
- does not really care about security on a this particular VM
- need to change the password or keep it in sync with other password you are using
- you had sudo access
You could bypass the error "The password is too similar to the old one" by running
sudo passwd <username>
This is the root user way to reassign password for user and it does not check password similiarity.
Comments
Post a Comment