Author |
|
biotech Newbie
Joined: 05 October 2010 Location: United States
Online Status: Offline Posts: 17
|
Posted: 30 June 2011 at 2:20pm | IP Logged
|
|
|
Where can we set the value for default domain?
Sort of annoying to have to enter the full email address.
Looking at settings.xml I saw a strange and misspelled tag of <DefauldDomainValue />. Enterig a value or changing it did not make a diff.
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 June 2011 at 9:20pm | IP Logged
|
|
|
I understand you'd like to enter username rather than email address. Following values in settings.xml file would do that:
Code:
<LoginFormType>LoginAtDomain</LoginFormType>
<LoginAtDomainValue>yourdomain.com</LoginAtDomainValue>
<UseLoginAsEmailAddress>On</UseLoginAsEmailAddress> |
|
|
It is assumed that email address is used as login on mail server. If username is used for that, set UseLoginAsEmailAddress to Off.
You can find more info on settings.xml file here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 June 2011 at 9:21pm | IP Logged
|
|
|
And, thanks for pointing out the typo, it will be fixed of course.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
biotech Newbie
Joined: 05 October 2010 Location: United States
Online Status: Offline Posts: 17
|
Posted: 01 July 2011 at 8:07am | IP Logged
|
|
|
Thanks Igor,
I am still getting a js prompt at login:
"You should specify a correct e-mail."
and yes the goal is to login with just username not the full email of user@domain.com.
Thanks again.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 July 2011 at 9:53pm | IP Logged
|
|
|
Have you purged JavaScript cache after making the modification?
If this still doesn't help, please submit your copy of settings.xml file for examination via HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jason2k Newbie
Joined: 16 August 2011 Location: Malaysia
Online Status: Offline Posts: 7
|
Posted: 16 August 2011 at 4:33pm | IP Logged
|
|
|
Doesn't v6 has something like v5 where the domain name is automatically appended so that the user doesn't need to type his/her entire email address in the login screen?
In v6, <LoginFormType>LoginAtDomain</LoginFormType> is not something I'm looking for as <LoginAtDomainValue>yourdomain.com</LoginAtDomainValue> can only contain 1 domain value. I'm having WebMail Pro handling multiple domains.
<LoginFormType>LoginAtDomainDropdown</LoginFormType> on the other hand allows the user to select which domain he/she intends to login to from a dropdown list. I wanted to hide this info from users. Users should not know how many domains my webmail is handling and what are the domains being handled.
The feature in v5 is just nice. Let's say I have 2 domains "abc.com" and "xyz.com". when user1@abc.com logs in his account from webmail.abc.com, he'll just need to enter user1 in the textbox and the literal abc.com is already appended behind without offering the user to change the domain. The same goes to user2@xyz.com logging in from webmail.xyz.com. where is this feature that used to be in v5?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 August 2011 at 2:51am | IP Logged
|
|
|
According to the developers, the feature is there. To make it work, make sure LoginFormType is set to Login, and DefaultDomainValue is empty.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jason2k Newbie
Joined: 16 August 2011 Location: Malaysia
Online Status: Offline Posts: 7
|
Posted: 17 August 2011 at 10:04am | IP Logged
|
|
|
Igor wrote:
According to the developers, the feature is there. To make it work, make sure LoginFormType is set to Login, and DefaultDomainValue is empty.
--
Regards,
Igor, AfterLogic Support |
|
|
It doesn't work. I got a long textbox where I'm expected to type in my full email address as username (which is the default feature). and according to the documentation of webmail pro v6 .NET, the valid options for LoginFormType are Email, LoginAtDomain, and LoginAtDomainDropdown
|
Back to Top |
|
|
jason2k Newbie
Joined: 16 August 2011 Location: Malaysia
Online Status: Offline Posts: 7
|
Posted: 17 August 2011 at 8:10pm | IP Logged
|
|
|
and it seems that this v6 that i'm using doesn't have DefaultDomainValue
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 August 2011 at 1:13am | IP Logged
|
|
|
I was referring to PHP version, and functionality related to this might be different for those two. I will check this with the developers and will let you know.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jason2k Newbie
Joined: 16 August 2011 Location: Malaysia
Online Status: Offline Posts: 7
|
Posted: 21 August 2011 at 1:43pm | IP Logged
|
|
|
any news on this yet?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 August 2011 at 4:32am | IP Logged
|
|
|
According to the developers, this functionality is not currently available in ASP.NET edition. We have added this to the product roadmap, hopefully it will become available in one of the future versions.
It might be a good idea to switch to PHP version, as it has the feature you're looking for. PHP version is known to run just fine on Windows (be it IIS or Apache), and in a number of aspects, it's more polished and optimized compared to ASP.NET version.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jason2k Newbie
Joined: 16 August 2011 Location: Malaysia
Online Status: Offline Posts: 7
|
Posted: 22 August 2011 at 4:38am | IP Logged
|
|
|
okay, thanks
|
Back to Top |
|
|