Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Jehu on October 04, 2003, 10:52:12 PM

Title: Forgot admin password for netjuke
Post by: Jehu on October 04, 2003, 10:52:12 PM
Need help ASAP...I forgot my admin password for Netjuke.

Thanks in advance,

Jehu.
Title: Re: Forgot admin password for netjuke
Post by: Guck Puppy on October 04, 2003, 11:34:32 PM
in mysql (or phpmyadmin or whatever) go to the netjuke database, run this command :

UPDATE netjuke_users SET password = md5('newpassword') WHERE email = 'youradminemail@yourdomain.com';

G
Title: Re: Forgot admin password for netjuke
Post by: Jehu on October 05, 2003, 01:34:56 AM
Thank you very much...I will keep this for future ref. hope I will never need to use it again.

Many, Many Thanks,

Jehu.