Jump to content

Crap! Locked myself out of the back office!


Recommended Posts

So, I have tried changing the password through the phpmyadmin function, but I still can't get a password to work.

I have tried logging on with the new password from other computers and I can't get it to work.

I tried creating a new employee from scratch but I can't get that to work either.

So what's next?

Link to comment
Share on other sites

Changing the password in the password.php file worked for me after I told it to e-mail me a new password.

Thanks so much!

Lesson of the day- have two admin log-ins and don't change them both at the same time!

I still don't know why it wouldn't send me a new password.

Link to comment
Share on other sites

Tricket med 'NEWPASSWORD' fungerar. Halleluja :-)
' NEWPASSWORD' works !!!! Thanks a lot
I found in line 21 (Notepad++): $customer->passwd = Tools::encrypt($password = Tools::passwdGen(MIN_PASSWD_LENGTH));
and simply changed to: $customer->passwd = 'NEWPASSWORD';

Tack så hjärtligt :-)

Link to comment
Share on other sites

×
×
  • Create New...