Goto mysql on the server and run the command
UPDATE `users_users` SET `password`=’MYNEWPASS’, `hash`= md5(‘adminMYNEWPASS’) WHERE `login`=’admin’;
Make sure to use something else as a password though!
Latest posts by Sean (see all)
- Fetal error : Cannot re-assign $this in ……. line 1415 - November 8, 2006
- How do reset admin password for TikiWiki installed on the server? - November 6, 2006