Author |
|
wojo Newbie
Joined: 24 May 2013 Location: Sweden
Online Status: Offline Posts: 30
|
Posted: 24 June 2013 at 11:57pm | IP Logged
|
|
|
Hi,
Regarding the documentation of settings.xml found here http://www.afterlogic.com/wiki/Configuring_WebMail_via_settings.xml_file_(WebMail_Pro_7)
<UseReCaptcha>Off</UseReCaptcha>
You can use Google's Recaptcha as well. If this is set to On, UseCaptcha setting is ignored.
By default, global keys are defined in common/inc_constants.php file:
define('RECAPTCHA_PRIVATE_KEY', '6LefZb0SAAAAAK5E2Bh8Cg7XOTf9UkBXgStn8ZXF');
define('RECAPTCHA_PUBLIC_KEY', '6LefZb0SAAAAADpYFCCIQakNCvNJTJVdBLp3gFAW');
I'd like to use recaptcha, but I can't locate the folder common/, is this moved, or no longer a part of afterlogic webmail lite?
|
Back to Top |
|
|
wojo Newbie
Joined: 24 May 2013 Location: Sweden
Online Status: Offline Posts: 30
|
Posted: 25 June 2013 at 12:04am | IP Logged
|
|
|
Also, are there any plans on adding a user signup page to the standalone php version?
<AllowRegistration>Off</AllowRegistration> <AllowPasswordReset>Off</AllowPasswordReset> Setting AllowRegistration and AllowPasswordReset to On allows for using password reset and user signup pages when WebMail Pro is integrated with mail server. This is supported out-of-box in MailSuite Pro and is not supported in standalone WebMail Pro.
Thanks,
Regards
Wojo
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 June 2013 at 12:04am | IP Logged
|
|
|
Documentation you're referring to is work in progress, and since all the code is rewritten from scratch in v7 some features are not there yet. Recaptcha itself is not currently available but it's implemented already, so it will be there in next release.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 June 2013 at 12:09am | IP Logged
|
|
|
Quote:
Also, are there any plans on adding a user signup page to the standalone php version? |
|
|
No, as that doesn't really make sense there. Registration means creating new mailbox on mail server, while standard protocols used by WebMail (IMAP/SMTP) do not allow that; moreover, there's no more or less universal solution for that at all.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
wojo Newbie
Joined: 24 May 2013 Location: Sweden
Online Status: Offline Posts: 30
|
Posted: 25 June 2013 at 1:56am | IP Logged
|
|
|
Thanks, great support as always!
I can use a cpanel email registration script. :)
|
Back to Top |
|
|