Author |
|
androidin Newbie
Joined: 24 December 2021
Online Status: Offline Posts: 2
|
Posted: 24 December 2021 at 7:55pm | IP Logged
|
|
|
Hi,
I have updated my afterlogic webmail by downloading the current .zip file, uploaded it to my webspace and unpacked it. Afterwards my config.json file was overwritten as expected. I double checked it and the entry there is:
"AdminLogin": [
"superadmin",
"string"
],
"AdminPassword": [
"",
"string"
],
OK, I refreshed my afterlogic webpage and the login page was shown as expected. After entering superadmin and leaving the password blank, the website says, that the user name or password is wrong. What can I do now?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 December 2021 at 10:36pm | IP Logged
|
|
|
Hello,
Make sure you're using /adminpanel/ URL to access admin interface. While in previous v8 the main login page was used for that purpose, now adminpanel has a separate entry point.
You can still access old adminpanel from main page if you set "AllowLoginFromCoreModule" to true in data/settings/modules/AdminAuth.config.json file; it is deprecated though, using /adminpanel/ is recommended.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|