Author |
|
chris Newbie
Joined: 02 May 2009
Online Status: Offline Posts: 8
|
Posted: 19 July 2013 at 7:40am | IP Logged
|
|
|
Hi,
Just installed V7 and it looks awesome!
One question, my server saves users in this format: username.domainname (no .com)
When staff try to sign in using their email address, it fails (wrong username/password error). They can sign in using the . format, but that's not intuitive.
With the previous version I used, I rewrote the php code on log in page to fix this. But is there something else I can do to make this work this time?
Thanks,
Chris
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 24 July 2013 at 12:03am | IP Logged
|
|
|
Developers have created a small plugin for this purpose, you can download it here. You'll need to extract that plugin to data/plugins directory so that it's found at the following path:
Code:
data/plugins/change-login-details/index.php |
|
|
To activate the plugin, modify data/settings/config.php file and add the following item to array defined there:
Code:
'plugins.change-login-details' => true, |
|
|
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|