Restore broken admin account
Submitted by gandalf on Sat, 2008-02-02 21:32.
Sometimes it happens to users, that their admin account is broken. There's a simple prcedure that allows to restore it:
UPDATE user_auth SET password=MD5("") WHERE id=1 id=1 refers to the pre-configured admin account. Run this query from mysql command line and the problem should be solved.





