I should have RTFM and STFW more carefully: http://www.mediawiki.org/wiki/User_table See 1.13 section.... The version with a change in password concatenation ;) Thanks
Jules 2009/3/5 Julien Pedrono <[email protected]> > Hello, > Can you give me your mediawiki version? > This update didn't work for me.... I think I'm really stucked... > Any other idea? > Regards. > > Jules > > 2009/3/5 P. Mazart <[email protected]> > > Hello Julien, >> >> Am Donnerstag, 5. März 2009 schrieb Julien Pedrono: >> > or if it's possible to know mediawiki password format so that I can >> > change it with a mysql query. >> >> This here worked for me. >> >> UPDATE USER set user_password=md5(concat(user_id,'-',md5('YOURNEWPW'))) >> where user_name = "JULIEN"; >> >> Best Regards >> P.M. >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
