This is an old revision of the document!
====== How to reset admin password ====== When we lost password for a user, we can login as admin or teamadmin to reset their password, but when we lost password for admin, we have to reset this in mysql database. You need to know mysql root password, if you don't, try check /etc/astercc.conf <code> [root@astercc_cn ~]# head /etc/astercc.conf [database] dbtype = mysql dbhost = 127.0.0.1 dbname = astercc10 dbport = 3306 username = root password = passw0rd prefix = cc10_ </code> your mysql root password is passw0rd