Results 1 to 8 of 8

Thread: admin lost

  1. #1
    Xarzu's Avatar
    Xarzu is offline Hello World
    Join Date
    Oct 2009
    Posts
    68

    Default admin lost

    It seems like I have lost my admin password to my wordpress blog. I tryed to send a reset password message but I did not get any email notification. I kind of remember that the admin isa special case and that you cannot loose the password for that account. Is this right? Does this mean I will have to rebuild my wordpress from the ground up?

  2. #2
    andreasnrb's Avatar
    andreasnrb is offline Kegger
    Join Date
    Jun 2009
    Posts
    595

    Default

    Not if you have access to the database. Can replace password manually.

  3. #3
    Xarzu's Avatar
    Xarzu is offline Hello World
    Join Date
    Oct 2009
    Posts
    68

    Default

    Quote Originally Posted by andreasnrb View Post
    Not if you have access to the database. Can replace password manually.
    isn't it encrypted?

    Ooo, I found this:
    http://lorelle.wordpress.com/2009/02...ress-password/

  4. #4
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,801

    Default

    Yes, it is encrypted. Therefore you need to replace it as andreasnrb suggested.

  5. #5
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,997

    Default

    Quote Originally Posted by Ryan View Post
    Yes, it is encrypted. Therefore you need to replace it as andreasnrb suggested.
    Technically, it's a hash, not encrypted. But, same difference.
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  6. #6
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,801

  7. #7
    KnxDT's Avatar
    KnxDT is offline Hello World
    Join Date
    Feb 2010
    Location
    Lima
    Posts
    30

    Default

    This page can help you to generate the hash:

    http://scriptserver.mainframe8.com/w...ord_hasher.php

    You need to type there the password you will use to access to you admin panel, for example: mypass123. It will generate a hash, then you just need to insert this hash value (for this example the hash would be: $P$92zqjABw2rETBMp96wkms4Fib1Uopm/) in your password field (in the password column of the wp_users table for the corresponding user) and... that's it.
    Newbie WP user that speaks spanish :)

  8. #8
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,997

    Default

    Quote Originally Posted by Ryan View Post
    A hash is a form of encryption.
    For all intents and purposes, yeah. I suppose I was just in a pedantic mood. :)
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •