admin管理员组文章数量:1126407
About a week ago, all users of WordPress site started receiving the login error "Error: The password you entered for the username XXXX is incorrect".
I changed to a default theme and disabled all plugins to rule those out. I also enabled debug, but the log didn't show anything relevant.
Working with my user login, I am reproducing the issue with the following WP CLI commands:
wp user update [id] --user-password=[password]
sh: 1: /usr/sbin/sendmail: not found
Success: Updated user [id].
wp user check-password [id] [passsword]
echo $?
0
In this code block, I used square brackets to represent actual values I'm putting in.
Email is not working on this site, but it has been that way for some time, and, as I understand, it should not cause login failure.
I have researched and requested support from the hosting company but haven't found a solution.
If it were just my login, I would look towards a specific problem with my user, but (as noted above) this problem affects all users.
Just in case it could be relevant, this is a multi-site instance.
Can anyone provide any pointers as to why an invalid password could be reported when the password is definitely correct?
本文标签: authenticationUnable to login with correct password
版权声明:本文标题:authentication - Unable to login with correct password 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736685641a1947649.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论