PDA

View Full Version : Forgotten Password


Sinisfun
16th March 2006, 23:35
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

Sinisfun
17th March 2006, 03:53
I resolved it... thanks all

alredis
17th March 2006, 20:44
I resolved it... thanks all

How to, please ?

Thanks.

olaus
19th March 2006, 22:40
How to, please ?

Thanks.

go into mysql, e.g.:

mysql -p db_ispconfig

and there do:

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