0

I have forgotten my wordpress website password. I am resetting password following https://codex.wordpress.org/Resetting_Your_Password. I am able to change user_pass in phpMyadmin but when i enter username and password on wp-admin url, it gives ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. and in phpMyadmin the user_pass is changed.

Ammar Hayder Khan
  • 1,287
  • 4
  • 22
  • 49

1 Answers1

0
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', ''); 

Would you please add above things in wp-config.php file?

Purvik Dhorajiya
  • 4,662
  • 3
  • 34
  • 43