简体   繁体   English

忘记Apache OFBIZ管理员密码

[英]Forgot Apache OFBIZ admin password

I've forgotten my password for the apache of biz admin account , I've asked for an email to be sent however I don't know which account is associated with the ofbiz server so I can't view the email which changed the password , does anyone have any tips? 我忘记了biz管理员帐户的密码,我要求发送电子邮件,但是我不知道哪个帐户与ofbiz服务器关联,因此我无法查看更改密码的电子邮件,有人有提示吗?

Thanks 谢谢

if you can access database, you can make the change directly on the UserLogin table. 如果可以访问数据库,则可以直接在UserLogin表上进行更改。

Otherwise if you have a remote access to the server, you can use the ant or gradle target - depending of your OFBiz revision - to create another admin acount : 否则,如果您可以远程访问服务器,则可以使用ant或gradle目标(取决于OFBiz版本)来创建另一个admin帐户:

gradlew loadAdminUserLogin -PuserLoginId=myadmin

or 要么

ant create-admin-user-login

Also a possible solution in such case is to use the (eg) lmtadmin if you have access to it. 在这种情况下,如果可能,也可以使用(例如) lmtadmin This is what I do on the demo when someone screws the main admin pwd 这是当有人用螺丝钉主管理员密码时在演示中执行的操作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM