除非此网站使用了一些哈希修改插件,如Bcrypt或类似插件,否则您可以使用phpMyAdmin轻松更改用户的密码。
登录cpanel并打开phpMyAdmin查找表格wp_users (前缀可能不同)在要更改密码的用户所在的行上,单击编辑

<在新屏幕上,查找列
user_pass, 选择功能MD5,在屏幕上键入新密码,然后单击Go

<现在登录到
/wp-admin 使用新密码,并通过仪表板将其更改为更安全的密码。
This last step is very important, because changing password through the Dashboard applies a more secure hashing algorithm to the stored password. Please don\'t skip it.有关WordPress官方文档的更多信息:
Link