ipcomp1 Posted October 10, 2016 Share Posted October 10, 2016 Hello all i have big problem, suddenly i cant login back office even if i reset password , when try to reset it send me email with new password but when i try to login nothing happen .... any idea ??? anyone ? using prestashop ver 1.5 Thanks, Shlomi Link to comment Share on other sites More sharing options...
prestamonste Posted October 13, 2016 Share Posted October 13, 2016 Hi, You can change the password manually by the way. Step 1: Login cpanel => go to manager file: your_website/config/settings.inc.php Open this file and go to line code 13. define('_COOKIE_KEY_', 'your string cookie key'); Copy your string cookie key Step 2: Go to a page support MD5 Encrypt: EG: http://www.md5online.org/md5-encrypt.html - Paste your string cookie key on the input encrypt. - Add more your password after this string You can see more in there: http://take.ms/NfakE After that click on botton Encrypt. Copy string encrypt. Step 3: Go to cpanel -> go to phpmyadmin -> choose your database -> open table employee. Edit your account and paste string encrypt to column passwd. Save + close table. Back to backoffice and login again. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now