Author |
|
mjaqb Newbie
Joined: 21 June 2017
Online Status: Offline Posts: 1
|
Posted: 21 June 2017 at 1:13pm | IP Logged
|
|
|
Is it possible to set default domain to be automatically added to login? (f.e. my IMAP login is user@domain.com and I want to log with both users "user" and "user@domain.com")?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 June 2017 at 1:42am | IP Logged
|
|
|
It's possible to configure login page so you only need to supply the username rather than full email address. In data/settings/settings.xml file, supply the settings like this:
Code:
<LoginFormType>Login</LoginFormType>
<LoginAtDomainValue>yourdomain.com</LoginAtDomainValue>
<UseLoginWithoutDomain>Off</UseLoginWithoutDomain> |
|
|
The scenario of logging with both username and email address isn't supported though.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|