# mysql -ujffnms -pjffnms jffnms
mysql> update auth set passwd = ENCRYPT('m0sh1ur') where usern = 'admin';

I used the above commands . At last web interface is working fine. Thanks 
everybody.

Best Regards,

Moshiur Rahman Khan


----- Original Message -----
From: "Ruud Hop" <[EMAIL PROTECTED]>
To: <jffnms-users@lists.sourceforge.net>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 20, 2007 4:38 PM
Subject: RE: Reset JFFNMS Admin password

> Moshiur,
> 
> Problem is the password is encrypted, so just replacing it in mysql doesn't
> work. Javier uses the PHP crypt function to encrypt the passwords. I don't
> know PHP, but maybe someone else can help you with this.
> 
> Ruud
> 
> 
>> -----Oorspronkelijk bericht-----
>> Van: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Namens Moshiur
>> Rahman Khan
>> Verzonden: donderdag 20 september 2007 11:19
>> Aan: jffnms-users@lists.sourceforge.net
>> CC: [EMAIL PROTECTED]
>> Onderwerp: [jffnms-users] Reset JFFNMS Admin password
>> 
>> Thanks you very much Mr. Hop. After using the command
>> 
>> mysql -ujffnms -pjffnms jffnms
>> 
>> Web Interface is working fine but Admin password is not working right
>> now.
>> Now I want to change admin password of web interface that's why I used
>> the command
>> 
>> mysql> UPDATE auth SET passwd = "123" WHERE usern = "admin";
>> 
>> I think this command is not suitable to change the admin password.
>> Can you pls tell me the correct command ?
>> 
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to