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