Author |
|
schwim Valued Community Member
Joined: 21 November 2017 Location: United States
Online Status: Offline Posts: 49
|
Posted: 03 April 2019 at 6:02am | IP Logged
|
|
|
Hi there everyone!
I've uploaded new files and moved data directory over to the new directory and visited the URL to login as superadmin to continue upgrade:
I see no way to log in. I've tried just using the form elements to supply my login details but nothing works.
How do I continue my upgrade?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 April 2019 at 6:10am | IP Logged
|
|
|
To make sure the standard login form is displayed by default, modify data/settings/modules/CoreWebclient.config.json file and set the following values there:
Code:
"DefaultAnonymScreenHash": [
"login",
"string"
],
"DefaultUserScreenHash": [
"mail",
"string"
], |
|
|
Hope this helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
schwim Valued Community Member
Joined: 21 November 2017 Location: United States
Online Status: Offline Posts: 49
|
Posted: 03 April 2019 at 9:20am | IP Logged
|
|
|
Thanks very much for your help, that worked great!
Could you tell me how I would go about changing the theme used? There still doesn't seem to be an option in settings unless I'm just missing it.
Thanks!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 April 2019 at 1:19am | IP Logged
|
|
|
In admin area, there should be Skin selection under Common Settings screen; do you have it there?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
schwim Valued Community Member
Joined: 21 November 2017 Location: United States
Online Status: Offline Posts: 49
|
Posted: 04 April 2019 at 6:57am | IP Logged
|
|
|
This is what I have under common in admin:
I am running v: 8.2.17-build-a3
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 April 2019 at 7:08am | IP Logged
|
|
|
In the same data/settings/modules/CoreWebclient.config.json configuration file, what do you have for ThemeList? On my test installation, it looks like:
Code:
"ThemeList": [
[
"Default",
"DeepForest",
"Funny"
],
"array"
], |
|
|
and I believe the Skin selection won't show if the list of themes only holds one entry.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|