Hello everyone,
Are you using AfterLogic, a lightweight webmail client that’s fast, easy-to-use, and open-source? If you’ve forgotten your AfterLogic admin panel password, don’t worry! You can reset it easily using the steps below:
- Go to the AfterLogic folder by typing the following command:
cd /usr/share/afterlogic/data/settings/ - Open the configuration file config.json using a text editor such as nano:
nano config.json - Look for the section that contains your admin username and password:
“AdminLogin”: [ “superadmin”, “string” ], “AdminPassword”: [ “$2y$07$MTY3OTM4OTc2MS45NjgyMOXbzOWNEqzGfiN”, “string” ] - Delete the password and leave the field blank:
“AdminLogin”: [ “superadmin”, “string” ], “AdminPassword”: [ “”, “string” ] - Save the changes you made to the configuration file.
That’s it! You can now log in to the AfterLogic admin panel using your superadmin username and leaving the password field empty. Congratulations!
0 Comments