0

I have version 11.10 and am having trouble login in can only access guest account and cannot get into adminastrator account. I have gone to root menu and tried to enter password change it posts authentication token manipulation error password unchanged. What can i do to get back adminastration account?

Alexandre
  • 1,968
troy
  • 1

2 Answers2

0

This question is answered here. Remount root with read/write privileges.

Authentication token manipulation error

ehfeng
  • 101
0

Go to console by Ctrl-Alt-F1 and login as yourself, you will be your home directory. Then simply delete the .Xauthority and reboot using the following command:

sudo rm .Xauthority`
sudo shutdown -r now`

Then you should be able to login under your profile.

Seth
  • 59,332
user68186
  • 37,461