Jump to content

Login help


Recommended Posts

Hi Having problems logging into back end admin panel.
It was all working fine, but logged out and cant for the life of me remember the password.

I have tried the suggestions to change the password.php file in the admin folder

$pwd = Tools::passwdGen();

To

$pwd = ‘NEWPASSWORD’;

also the password.php file in root folder
$customer->passwd = Tools::encrypt($password = Tools::passwdGen(intval(MIN_PASSWD_LENGTH)));

and changing to- $pwd = ‘NEWPASSWORD’;

Unfortunately it didn’t work.

I am building the site on a test wamp server, so ave no email working to retrieve password.

Would be greatful for any advise you could give as to how to retrieve/or reset the password and log into the admin panel.

many thanks

Khaled

Link to comment
Share on other sites

Managed to get my login details:

For future reference if anyone else has the same problem

Look for the following in your PHP.ini file and paste in your isp SMTP address:

[mail function]
; For Win32 only.
SMTP = mail.tesco.net ; for Win32 only
smtp_port = 25
sendmail_from= [email protected] ; for Win32 only


It enables the email on your localhost.

Cheers

Link to comment
Share on other sites

×
×
  • Create New...