Can't login. Changed password. Still can't login. HELP!
-
So I can’t login. Basically what happens is, I’ll enter my username and password, hit log in, and it reloads the login page. I don’t get any errors about an invalid password though – I don’t remember if that generally happens.
I’ve tried the following to get this fixed:
- Lost Password button. I got the email, clicked the link, changed my password – still cant login.
- Tried the above over again, who knows how many times
- Changed the secret keys in wp-config.php using the generator here
- I have ssh and ftp access, so I went into the themes functions.php file, and added the following
<?php $hash = wp_hash_password( $myNewPassword ); echo $hash; ?>
I then took the hash and put it in the password field in phpMyAdmin, but still couldnt log in. - Tried a different computer – just in case
Not sure what else to try at the moment.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can't login. Changed password. Still can't login. HELP!’ is closed to new replies.