Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Connect AccountRegistration 01.02.01

Compare
Choose a tag to compare
@peppertree peppertree released this 28 Jun 19:46
· 26 commits to master since this release

Enhancements for preventing spam registrations

Added support for Googles reCaptcha. Once you have your reCaptcha keys from Google (https://www.google.com/recaptcha/admin) all you have to do is set the private key in the module settings and add a token like this:

[RECAPTCHA:Your_Public_Key:Your_Theme](replace Your_Public_Key with your public key and Your_Theme with one of the following themes: red, white, blackglass or clean)

Other minor enhancements include

  • new settings for enabling / disabling Lastname / Firstname comparison and enabling / disabling e-mail regex validation.
  • you can now also set the regex for e-mail validation right in the module settings (the portal wide regex is the default)

Also fixes an issue with saving e-mail templates from the UI