Releases: DNN-Connect/UserAccountRegistration
Connect AccountRegistration 01.03.00
Connect AccountRegistration 01.02.02
Bugfix release
see addressed issues here:
https://github.com/DNN-Connect/UserAccountRegistration/issues?milestone=2&state=closed
Connect AccountRegistration 01.02.01
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
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
New: Implemented External Interface (see https://github.com/DNN-Connect/UserAccountRegistration/wiki/External-Interfaces for details)