Author |
|
bravobih Newbie
Joined: 24 July 2011
Online Status: Offline Posts: 2
|
Posted: 26 November 2011 at 11:49pm | IP Logged
|
|
|
In the older version (5.1.4) there was a field "Login" on the login screen and users were able to insert only the username, without the domain name. But in the new version (6.3.1) they have to insert the full email address. The webmail is used to connect only to one mail server so it would be better for the users to insert only their username. How can I return to this mode?
Thanks for advance.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 28 November 2011 at 7:41am | IP Logged
|
|
|
In data/settings/settings.xml, change <LoginFormType>Email</LoginFormType> to <LoginFormType>Login</LoginFormType>.
Regards,
Alex
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 28 November 2011 at 7:45am | IP Logged
|
|
|
The domain to be appended to the login needs to be specified in <DefaultDomainValue /> parameter.
Regards,
Alex
|
Back to Top |
|
|