帮助 joomla 重置密码

发布于 2024-11-09 03:02:07 字数 385 浏览 0 评论 0 原文

我的 joomla 密码重置有问题,

我无法访问我的管理面板,

我想从这里重置它

http://www.jotapege.es/index.php?option=com_user&view=reset

但没有表格可以重置

我正在使用 joomla 1.0

尝试更改phpmyadmin 的密码不起作用,

如果您可以帮助我并告诉我

如何重置它,

如果它在数据库中,我如何激活密码重置表单,

谢谢

i have problem in joomla password reset

i can't access to my admin panel and

i want to reset it from here

http://www.jotapege.es/index.php?option=com_user&view=reset

but there is no form to reset

i'm using joomla 1.0

tried to change password from phpmyadmin not work

if you can help me and tell me

how to reset it

how can i active the password reset form if it in database

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故乡的云 2024-11-16 03:02:07

首先从 phpmyadmin 清空用户表并
从 phpmyadmin 运行此查询:

INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'Administrator', 'admin', '[email protected]', '795bd3a70e6092b3b2ef4cf693791a19:hxBIPX2KGcaNPQXtfQ78MlSjX8eqaK8P', 'Super Administrator', 0, 1, 25, '2011-01-02 08:29:32', '2011-05-18 08:09:32', '', '')

然后使用以下命令登录:
用户:管理员
通过:管理员

First empty the usertable from phpmyadmin and
Run this query from phpmyadmin :

INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'Administrator', 'admin', '[email protected]', '795bd3a70e6092b3b2ef4cf693791a19:hxBIPX2KGcaNPQXtfQ78MlSjX8eqaK8P', 'Super Administrator', 0, 1, 25, '2011-01-02 08:29:32', '2011-05-18 08:09:32', '', '')

Then login with :
user: admin
pass: admin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文