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

Releases: DNN-Connect/UserAccountRegistration

Connect AccountRegistration 01.03.00

Connect AccountRegistration 01.02.02

22 Jul 10:44
Compare
Choose a tag to compare

Connect AccountRegistration 01.02.01

28 Jun 19:46
Compare
Choose a tag to compare

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

Connect AccountRegistration 01.02.00

25 Jun 14:32
Compare
Choose a tag to compare

Extended Token Support

  • New control token: [CTL:ROLEMEMBERSHP:XXX] renders a checkbox that - once checked - will add the user account to the specified XXX role.
  • New control token: [CTL:ROLEMEMBERSHP:XXX:Pending] will do the same but will rather make the role membership pending.
  • New Setting: When adding users to a role through the modulesettings you can now set the status of that role membership

01.01.00

18 Feb 19:38
Compare
Choose a tag to compare