How To Reset Joomla Admin Password?

Discussion in 'Joomla' started by dreamzgaurav, Dec 18, 2009.

  1. #1
    If you are a Joomla user and forgot your Administrator password then don’t think of re-installation. There is an easy way to change your Administrator Password.
    To get your password recovered you will need following things.

    Access to PhpAdmin

    If you are Cpanel user you will find the link to PhpAdmin in your Cpanel itself otherwise you have to get the way to run SQL Query for Joomla’s Database.
    Below is the query which you have to Execute while changing respective words.

    UPDATE `jos_users` SET `password` = MD5( ‘new_password’ ) WHERE `jos_users`.`username` = “admin” ;

    Please replace ‘new_password’ with the password you would like to have.
    Please replace ‘admin’ with your Admin Username.
    If you do follow all the instructions you will be able to log In to your Joomla Installation.
    PS: This method will work in both Joomla 1.5 and Joomla 1.0 versions.
     
    dreamzgaurav, Dec 18, 2009 IP
  2. CustomiZer

    CustomiZer Peon

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    thanks for that tip...

    might help me I I really forget one...;)
     
    CustomiZer, Dec 18, 2009 IP
  3. boedakpinank

    boedakpinank Guest

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    wow.. i need this tips right now..thanks..
     
    boedakpinank, Dec 18, 2009 IP
  4. mpchekuri

    mpchekuri Member

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #4
    I found joomla very complicated for me as i am a basic internet user and shifted to wordpress.
     
    mpchekuri, Dec 18, 2009 IP
  5. yocredit

    yocredit Active Member

    Messages:
    365
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    joomla is different
    more powerful than wordpress but more complicated either
    however its good to know both cms
     
    yocredit, Dec 19, 2009 IP