On Sun, Jun 27, 2004 at 05:34:19PM +0200, [EMAIL PROTECTED] wrote:
> I installed jffnms on a windows 2000 server. Everything worked, but now i dont have 
> access anymore, not on /admin/setup.php, nor on the root path. I notice the 
> usernames are stored in the mysql database, but encrypted, does anybody know the 
> encrypted password ('admin') or the file where i can reset this

Their just crypted.
$ perl -e 'print crypt("admin", "ab"), "\n";'
abOV.DfJmdnYw

Fire up the mysql client and type
update auth set passwd = 'abOV.DfJmdnYw' where usern = 'admin';

All done!

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to