Menu

forgot admin password :(

Help
Eru
2006-05-25
2013-04-23
  • Eru

    Eru - 2006-05-25

    Hi,

    as I tried to create a testuser I recognized, that I forgot my admin PW for gmui. Is there any way to reset this, so that I can log in as admin again?

    Thanks!
    Eru

     
    • Nobody/Anonymous

      change it in the database.

       
    • mwarning

      mwarning - 2006-06-05

      >change it in the database.
      password are not in plaintext in the database,
      but the md5 sums.
      This entry is the md5 sum for an empty password:
      d41d8cd98f00b204e9800998ecf8427e

      Or, as an alternative:
      Go to ./class/User.php and comment out the first
      if-clause to disable the whole password checking procedure temporary! (warning: every user can login with every username and without password!!)

      greeting,
      mwarning

       

Log in to post a comment.