Locked Out from Magento admin?

简介:

 

lock

 

Here’s the situation, you, client, webmaster, pet or whoever was playing with users and roles in your favorite store and deleted only main admin account or broke admin account privileges. If it happened to you and you’re locked out from your Magento store, read on.

This script creates new admin user associated to new Inchoo role with all privileges set. Of course, you have to have FTP access for this to work.

 

newadmin.zip

 

Download newadmin script, unpack it, open newadmin.php file (notepad will do) and define username, email and password of the new user. Username and email must be UNIQUE in Magento, so use some new ones and not the old ones that are already in the system, you’ll change it later after you login.


Connect with FTP and copy newadmin.php file to root of your store and run it through web browser like

 

http://www.yourstore.com/newadmin.php

 

The script will try to delete itself after user is created, but please make sure it’s removed from the server. Code is tested on 1.3.x versions of Magento and I don’t believe it will work on older versions, so please write some feedback.

 

Regards ;)

 

出处:http://inchoo.net/ecommerce/magento/locked-out-from-magento-admin/

 

目录
相关文章
|
消息中间件 容器
abbitmq启动报错 .erlang.cookie must be accessible by owner only
abbitmq启动报错 .erlang.cookie must be accessible by owner only
145 0
|
SQL 数据库 数据安全/隐私保护
ORA-28000 the account is locked的解决办法
ORA-28000 the account is locked的解决办法
103 0
dedecms出现DedeTag Engine Create File False解决方法
dedecms出现DedeTag Engine Create File False解决方法
101 0
|
SQL Oracle 关系型数据库
ORA-28000: the account is locked-的解决办法
ORA-28000: the account is locked-的解决办法
1019 0
|
JavaScript 区块链 Python
Web3.js账户解锁问题。error: authentication needed: password or unlock。
我对如何使怎么用Web3.js 1.0认证和发送提交智能合约的方法感到很困惑。 这是工作代码(通常我要先手动解锁帐户): var contract = new web3.
4435 0
xadmin与admin设置
xadmin : 导入xadmin 1 pip install xadmin 路由设置: 1 import xadmin 2 3 urlpatterns = [ 4 url(r'^xadmin/', xadmin.
1262 0
|
关系型数据库 数据安全/隐私保护 Oracle