• I bought some dropped domains and had then sent to my godaddy account. I hosted them under my hosting and installed wordpress on them.

    Now when i goto http://www.domain.com/wp-admin and try and log in it wont let me. When it asks for my email address to send passwprd etc to it says it doesnt recognise them???

    I am well and truely locked out. Can someone please help me here?

    Kind regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • You can enter a new user and password in the db.

    Thread Starter arshavin

    (@arshavin)

    thanks for the reply. Where is the db sorry? lol

    The database is with your hosted account with Go Daddy. If you have db questions they most likely have an FAQ or will respond to questions. Make sure you or Go Daddy backs up the db before you mess with it.

    Thread Starter arshavin

    (@arshavin)

    pkwooster i am not sure that will work because its saying it doesnt recognise my email address when i say i cant remeber my password etc.

    Thread Starter arshavin

    (@arshavin)

    kmessinger, could you help me over skype with this please?

    Sorry, I am not in a good place for skype. Your best bet would be to contact support at Go daddy.

    There are several suggested ways to get around this in that article when you can’t be contacted by email. I’ve found the one where you build a new password, hash it and replace it in the database works best. I’ve had no luck with the one where you add a line of code to the top of functions.php.

    There is a brute force method of logging in if you have access to the php code. You can add the line return true; near the top of the wp_check_password function in file pluggable.php.

    This will allow any valid account to log in with any password except empty.

    If you use this, you have DEFEATED ALL SECURITY on your site, so REMOVE IT AS SOON AS YOU HAVE RESET YOUR PASSWORD.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘locked out?’ is closed to new replies.