Jump to content

[RESOLVED] Retrieve Lost Password not working? Help please!


Recommended Posts

Hi All!

I have recently moved from osC to PS.

Lovely interface and good functionality!

I have a problem, though, with the Password Retrieval Emails. The site is successfully sending registration and order emails, also back end (module) emails. Just the Password Retrieval email is not sent.

The site does not report errors, there are no errors in the logs of Apache. I am using authenticated SMTP (and as I said it works)

Any one had the experience and maybe a fix?

Vlad

www.knitshop.co.uk

Link to comment
Share on other sites

  • 8 months later...

There is 1 error

1. employee does not exist, or bad password

On trying to log in.


There is 1 error

1. this account doesn't exist

On trying to mail me the password

Problems in back office cannot log in or retrive my password after installation?
Tried to install 3 times allredy, have cleared the tabels at my phpadmin if some table was wrong and installed again.
Version 1.2.5.0

Picture 8.pdf

Link to comment
Share on other sites

when you install it is the email you use as merchent info..should be in the ps_employee table, the password however is encrypeted. oh and once you ask for lost password it resets it to random and emails it to you. so your orginal one wont work.. i just remove all tables and reinstall, if you are working with a fresh install orgianlly.. other wise you loose all your tables of stuff.-

Link to comment
Share on other sites

I have been at my php admin page and I can see the ps_employee table, Where do I change the e-mail adress? and how? do I export and edit on my computer or can I make a change directly in the table on the server?

Link to comment
Share on other sites

I have been at my php admin page and I can see the ps_employee table, Where do I change the e-mail adress? and how? do I export and edit on my computer or can I make a change directly in the table on the server?
As you mabye understand I didn´t get the notification mail either???
Link to comment
Share on other sites

Hi Brandon or some one that can help me!

I have Installed it five times now, I have also tried different versions of prestashop. I have marked the table in my phpadmin, checked if I can see my email some where, and that I can´t. And I don't know where I can put in my email either?
The one i put in in the installation doesn´t excist at all, which table in employee do I edit and put in my email adress in Witch field??? Can you give me an example of the code? Attached a screen shot of my php admin/employee.

Per

Picture 10.pdf

Link to comment
Share on other sites

  • 4 weeks later...

OK, here's the deal.

My installation got stuck at step 3 as all of those triying to install it on windows IXWebhosting.

So, i deleted the install folder, i renamed the admin folder and got to the login screen of the control panel.

Of course, there were no administrators, so i got to the phpMyAdmin of my mysql database and added one registry to the employees table with my email on it. Just the email, name and lastaname and active i sat it to 1 (i guessed that would be the number for active).

Since i knew the passwords went to the database encrypted, i had to find another way to find the password, because the emailing wasn't working for me.

I edited password.php in the admin folder (whtever you have renamed it) and added this code "echo $pwd;" in line 44 just after "$pwd = Tools::passwdGen();" (without the quotes of course) that would print the password when autogenerating a new one with the "forgot password" form.

Use the form to email yourself a password and there you go, the password will be displayed onscreen once you ask to mail it. (if you mess once you gotta change the time the password was autogenerated in the database, cause it delays like 350 minutes to autogenerate a new one)

REMEMBER TO DELETE THE LINE YOU ADDED AFTER THIS, OTHERWISE IS A HUGE SECURITY HOLE, AND MOST LIKELY YO'LL GET HACKED!!!!

I think i solved the issue for those who get stuck on step 3 and 4 of the installation....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...