Viewing 1 replies (of 1 total)
  • If you have access to the database you can actually change your password by editing the user_pass field in the wp_users table (‘wp_’ is the default prefix for table names, but don’t worry if it’s different for you) for the user you want to change.

    What you’ll want to do is use a MD5 generator, to take the password you want to use and generate a hash that you can put into your database.

    If you use phpMyAdmin there is video showing how to do it step-by-step here

Viewing 1 replies (of 1 total)
  • The topic ‘Can't Log In Or Reset My Password’ is closed to new replies.