Jump to content

presteshop verson 1.6


kelvinnga

Recommended Posts

hi support,

need help how to to fix.. we facing the problem on presteshop admin site. can't login into the system.. 

- after enter password.. the button .. loading icon.. no action.

- we did reset password from backend database ps_employee. after go back the admin site do login, same problem..
look like the connect missing .. can rearch backend..

ps advice .. what we can do..? 

Link to comment
Share on other sites

When you change password backend from database, you need choose MD5 after you enter new password.

And you need to obtain the COOKIE_KEY from SETTINGS.INC.PHP file in order to change Admin password. Navigate to your PrestaShop config folder in File Manager and edit SETTINGS.INC.PHP file.

image.png.7e5bdd94ab1d2400277886c73e6c2432.png

 

Find and copy COOKIE_KEY from SETTINGS.INC.PHP file.

image.png.5a5ca2309ff26c8c4d7caea2f49404ce.png

 

When you are in the Edit screen look for the line that starts with the label passwd. Clear the existing value in the passwd field with your backspace or delete key.

image.png.4de00d5ce4c81b3b0728f6ef4ebf9c42.png

Next, right click (or control-click on a Mac) in the same field and select PASTE to insert the COOKIE_KEY from the SETTINGS_INC.PHP file from earlier.

After placing the code in there, the next step is to type in your desired new password. Please note that we are joining COOKIE_KEY with your new password and there should be NO SPACE in between your password and the COOKIE_KEY. In this particular screen shot, we are changing Admin password to orange123.

Once you are done, click on the FUNCTION drop-down menu and select MD5 option.
After that, click on GO button in the bottom left corner of the screen in order to change Admin password.

Or you can Access your PrestaShop Admin dashboard and click I forgot my password button

image.png.7ec66bb0a6c34c82cc694f3a9e9887e8.png

 

Link to comment
Share on other sites

hi TDK Studio..
the method we did already... same no acton.. after we enter "login" 
 
[ show loading icon ] over the login button.. no action.. 
few second.. go the page 404 .. page no found.. 
 
do you know why?
 
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...