The knowledgebase is organized into different categories. Choose a category for a list of articles or search the knowledgebase for articles related to your question.
SYMPTOMS
SOLUTION
For A2Billing version 1.4.0+, the administrative password can be reset with the following command from the command-line (login via SSH):
echo "update cc_ui_authen set pwd_encoded = '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758' where login='root'" | mysql -pPASSWORD DATABASE
Substitute PASSWORD with your MySQL 'root' user password and DATABASE with your A2Billing database name (typically mya2billing).
This resets that password to the A2Billing default of 'changepassword'; once reset, login to your A2Billing administrative GUI as 'root' with the reset, default password and update the password via the administrative user manager in the GUI. |
Powered by WHMCompleteSolution