Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    While the posts relate to WP 2.5 and you seem to be on 2.7.1, there are forum posts on the error message

    Sorry, that key does not appear to be valid

    Here is a solution from Otto42

    Easiest way to reset your password:

    If you can’t login, but you can access your site via FTP, then edit the theme’s functions.php file and add this code to it, right at the top after the first <?php bit:
    wp_set_password(‘password’,1);

    Put in your own new password for the main admin user. The “1” is the user ID number in the wp_users table.

    After you then login, make sure to go back and remove that code. Don’t leave it there by any means.

Viewing 1 replies (of 1 total)

The topic ‘HELP: WordPress doesn´t let me log in’ is closed to new replies.