How can I retrieve the user pass for fishpig magento wordpress integration?

893 Views Asked by At

I have just taken this site over and it already has the fishpig plugin installed. The site was upgraded to 1.9 but not yet the fishpig. I can not log in with my magento credentials, I cant manage the users because of an autologin error. How can I gain access and reset the auto-login?

This is installed on a dev server for now: Thank you!

2

There are 2 best solutions below

0
On

user passwords are usually md5 protected. if you want to actually get passwords altho not suggested and safe.. you keep a text version inside your database.

2
On

The first thing is to see whether or not you can login to the WordPress Admin directly as 95% of auto-login problems are caused by WP not being correctly setup.

If you cannot login to the WordPress Admin, either use the 'Forgot Password?' link or reset the password directly in the database. If the WordPress Admin is inaccessible, you will need to correctly set the 'siteurl' option in the database using phpMyAdmin and then try logging in again.

Once you are able to login to the WordPress Admin, enter the details in the configuration for the Magento WordPress Integration extension and try logging in. If this doesn't work, upgrade the extension to the latest version.