Cacti (home)ForumsRepositoryDocumentation

Restore broken admin account

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.