我忘记了我的wordpress网站密码。我正在按照https://codex.wordpress.org/Resetting_Your_Password重置密码。我可以在phpMyadmin中更改user_pass,但当我在wp-admin url上输入用户名和密码时,它会给出ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.,而在phpMyadmin中,user_pass会被更改。
发布于 2017-01-19 12:24:25
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', ''); 您能在wp-config.php文件中添加上述内容吗?
https://stackoverflow.com/questions/41733241
复制相似问题