Author |
|
thommy Newbie
Joined: 29 September 2019 Location: Germany
Online Status: Offline Posts: 1
|
Posted: 28 November 2019 at 5:20am | IP Logged
|
|
|
I am using the version 8.3.14-build-a3 when would it be possible to login with username instead of my full email address?
Thommy
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 28 November 2019 at 5:28am | IP Logged
|
|
|
If you mean entering your full email address on login form but that it's just the username is sent to mailserver as login, that's a setting of a mail server in admin area.
If you wish to enter just the username on login form, and have a domain part of email address added automatically or selected from dropdown menu, that's possible as well, please see documentation on configuring mail login form.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
esetman Senior Member
Joined: 25 August 2014 Location: Czech Republic
Online Status: Offline Posts: 158
|
Posted: 28 November 2019 at 1:23pm | IP Logged
|
|
|
Hi thommy,
you must edit data/settings/modules/MailLoginFormWebclient.config.json
this:
"Disabled": [
true,
"bool"
change on:
"Disabled": [
false,
"bool"
you must edit data/settings/modules/CoreWebclient.config.json
this:
"DefaultAnonymScreenHash": [
"login",
"string"
],
change on:
"DefaultAnonymScreenHash": [
"mail",
"string"
],
In admin interface you have to have filled domain. E.g. mydomain.com
you should now log in with username. However, the mobile version still needs to use the full email address. Afterlogic is working on it
|
Back to Top |
|
|