admin管理员组文章数量:1024582
I haven't logged onto my blog for years, and have, of course, forgotten the password. I click the 'Forgot' button and get a mail with a link, but that mail already says
Sorry, that key does not appear to be valid.
And sends me round the click to reset, receive a mail, click the link again etc. As if the timeout for password resets has been set to 0.5s or something.
This is a shared hosted blog, so I have full access to cPanel and all of the WP files via FTP, if that helps anything.
I haven't logged onto my blog for years, and have, of course, forgotten the password. I click the 'Forgot' button and get a mail with a link, but that mail already says
Sorry, that key does not appear to be valid.
And sends me round the click to reset, receive a mail, click the link again etc. As if the timeout for password resets has been set to 0.5s or something.
This is a shared hosted blog, so I have full access to cPanel and all of the WP files via FTP, if that helps anything.
Share Improve this question asked Aug 11, 2015 at 15:48 ProfKProfK 1722 gold badges3 silver badges17 bronze badges1 Answer
Reset to default 1If you have access to the PHPMyAdmin login and access:
- The wp_users table from the list of tables.
- Then locate your username under the user_login column and click edit.
- The user_pass is a long list of numbers and letters which is the MD5 hash encrypted version of your password.
- Select and delete the hash and type in your new password (it is case sensitive!).
- Once you have done that, click the dropdown menu indicated, and select MD5 from the menu.
- Save the changes and attempt to login.
Since it sounds like your site is very old I would recommend updating the themes and plugins as needed.
I haven't logged onto my blog for years, and have, of course, forgotten the password. I click the 'Forgot' button and get a mail with a link, but that mail already says
Sorry, that key does not appear to be valid.
And sends me round the click to reset, receive a mail, click the link again etc. As if the timeout for password resets has been set to 0.5s or something.
This is a shared hosted blog, so I have full access to cPanel and all of the WP files via FTP, if that helps anything.
I haven't logged onto my blog for years, and have, of course, forgotten the password. I click the 'Forgot' button and get a mail with a link, but that mail already says
Sorry, that key does not appear to be valid.
And sends me round the click to reset, receive a mail, click the link again etc. As if the timeout for password resets has been set to 0.5s or something.
This is a shared hosted blog, so I have full access to cPanel and all of the WP files via FTP, if that helps anything.
Share Improve this question asked Aug 11, 2015 at 15:48 ProfKProfK 1722 gold badges3 silver badges17 bronze badges1 Answer
Reset to default 1If you have access to the PHPMyAdmin login and access:
- The wp_users table from the list of tables.
- Then locate your username under the user_login column and click edit.
- The user_pass is a long list of numbers and letters which is the MD5 hash encrypted version of your password.
- Select and delete the hash and type in your new password (it is case sensitive!).
- Once you have done that, click the dropdown menu indicated, and select MD5 from the menu.
- Save the changes and attempt to login.
Since it sounds like your site is very old I would recommend updating the themes and plugins as needed.
本文标签: securityCan39t reset WordPress password
版权声明:本文标题:security - Can't reset WordPress password 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745609560a2158923.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论