This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
Releases: DNN-Connect/UserAccountUpdate
Releases · DNN-Connect/UserAccountUpdate
Connect AccountUpdate 01.03.00
Nothing new in the account update module. For changes regarding the whole solution please refer to the UserManagement module and the UserRegistration module
Connect AccountUpdate 01.02.02
Bugfix release.
See addressed issues here:
https://github.com/DNN-Connect/UserAccountUpdate/issues?milestone=2&state=closed
Connect AccountUpdate 01.02.01
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 AccountUpdate
Extended Token Support
- New conditional token: [IFSOCIALMEMBERSHIPPENDING:XXX]...[/IFSOCIALMEMBERSHIPPENDING:XXX] renders everything in between the tokens if the current user is in the specified XXX social group and the group membership is pending.
- New conditional token: [IFSOCIALMEMBERSHIPAPPROVED:XXX]...[/IFSOCIALMEMBERSHIPAPPROVED:XXX] renders everything in between the tokens if the current user is in the specified XXX social group and the group membership is pending.
- New conditional token: [IFSOCIALMEMBERSHIPNONE:XXX]...[/IFSOCIALMEMBERSHIPNONE:XXX] renders everything in between the tokens if the current user is not yet in the specified XXX social group and also has not applied yet for becoming a member.
- New conditional token: [IFISINROLE:XXX]...[/IFISINROLE:XXX] renders everything in between the tokens if the current user is in the specified XXX role.
- New conditional token: [IFNOTISINROLE:XXX]...[/IFNOTISINROLE:XXX] renders everything in between the tokens if the current user is not in the specified XXX role.
- 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/UserAccountUpdate/wiki/External-Interfaces for details)