无法登录Drupal管理员或重置密码

编程入门 行业动态 更新时间:2024-10-28 18:24:53
本文介绍了无法登录Drupal管理员或重置密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我无法登录Drupal管理员或重置密码.我该怎么办?

I cannot login to Drupal admin or reset password. What could I do?

我正在使用xampp.这是我尝试过的.

I am using xampp. Here is what I tried.

1转到127.0.0.1/doesnotmatter/user.我试图提供用户名和密码,我非常确定自己正在尝试正确的凭据,但是它仍然告诉我Sorry, unrecognized username or password. Have you forgotten your password?.

1 Go to 127.0.0.1/doesnotmatter/user. I tried to provide Username and Password I am very sure that I am trying out the correct credentials, but it still tells me Sorry, unrecognized username or password. Have you forgotten your password?.

2我试图重设密码,并提供正确的用户名后,我被重定向到登录页面,并显示消息Unable to send e-mail. Contact the site administrator if the problem persists.

2 I tried to reset the password and after providing the correct Username I am getting redirected to login page with the message shown Unable to send e-mail. Contact the site administrator if the problem persists.

我还能尝试什么?

由于可以使用xampp在本地部署它,因此可以直接访问Drupal项目中的所有内容和最高特权.

I have a direct access to everything and the highest privileges possible in the Drupal project, since I deploy it locally using xampp.

是否可能必须在控制面板"中启用某些xampp模块?例如FileZilla,Mercury还是Tomcat?

May it be that I have to enable some of the xampp modules in Control Panel? For example, FileZilla, Mercury or Tomcat?

谢谢.

推荐答案

我认为您应该更改密码才能立即登录.

I think you should change password to login now.

选项1:如果使用的是Drush,则可以使用user-password命令更新密码.

Option 1: If you are using Drush, you can use the user-password command to update password.

drush user-password usernamehere --password="newpasswordhere"

选项2:如果您有权访问数据库,请尝试以下查询.

Option 2: If you have access of database then try with below query.

update users set pass=md5(’NEWPASS’) where uid = 1; // uid 1 is for admin role.

更多推荐

无法登录Drupal管理员或重置密码

本文发布于:2023-10-17 22:24:37,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1502251.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:管理员   密码   Drupal

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!