Forgotten Password

Discussion in 'Installation/Configuration' started by Sinisfun, Mar 16, 2006.

  1. Sinisfun

    Sinisfun New Member

    Hello all,

    I am feeling rather dumb right now and I have not had to use the admin level access in over 3 months... which is a good thing.. however I have forgotten what it is and I have tried for the last 3 hrs in vain to recover it. I can only find the way to recover it using phpmyadmin... but I forget that one too :D I have shell access to the server and I am wondering if there is another way I can recover it?

    Thanks for your help

    -Sin
     
  2. Sinisfun

    Sinisfun New Member

    I resolved it... thanks all
     
  3. alredis

    alredis New Member

    How to, please ?

    Thanks.
     
  4. olaus

    olaus New Member

    go into mysql, e.g.:

    mysql -p db_ispconfig

    and there do:

    UPDATE sys_user SET passwort = md5('myNewPassword') WHERE username = 'admin';
     

Share This Page