My Ubuntu machine has suddenly started asking for a username and password when it starts up but does not accept the details I enter. When i go into terminal however, it seems to work fine. I have tried using the
passwd <user>
change thing but get authentication error. I know i am definately entering the correct details as I always use the same ones.
How can I change the password?
passwd
. Runningpasswd
as$USER
is equivalent to runningpasswd $USER
as$USER
. (Runningsudo passwd
is different.) Also,passwd YOUR_USERNAME
is* what the OP ran, but the question's formatting was broken so it didn't appear.* – Eliah Kagan Jul 11 '12 at 19:33