Hello,
How To Reset Magento Password In Localhost and Magento Site Using Phpmyadmin
I am changing Magento password reset. I Follow The tutorial but in my magento it's not working.
Simple How to reset Password in magento Check this.
You can reset your Magento admin password directly through the database related to your website.
You can use Phpmyadmin Tool.
UPDATE `admin_user` SET `password` = MD5('NEWPASSWORD') WHERE `username` = 'ADMINUSERNAME';
some time you don't know your magento database then you can check you database
/app/etc/local.xml
you can reset your password using php myadmin ui
check out below step
Step 1:
Step :2
Step 3:
I am Set this but some time it's not Working it make issue in localhost
You can remove Cache and session Folder Var Folder
otherwise not woking then
follow below Step
app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
$cookieParams = array(
'lifetime' => $cookie->getLifetime(),
'path' => $cookie->getPath() //,
// 'domain' => $cookie->getConfigDomain(),
// 'secure' => $cookie->isSecure(),
// 'httponly' => $cookie->getHttponly()
);
commet this display in code.
0 komentar:
Post a Comment