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

Releases: DNN-Connect/UserAccountUpdate

Connect AccountUpdate 01.03.00

Choose a tag to compare

@peppertree peppertree released this 24 Feb 20:15

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

Choose a tag to compare

@peppertree peppertree released this 22 Jul 10:43

Connect AccountUpdate 01.02.01

Choose a tag to compare

@peppertree peppertree released this 28 Jun 19:48

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

Choose a tag to compare

@peppertree peppertree released this 25 Jun 14:34

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

Choose a tag to compare

@peppertree peppertree released this 18 Feb 19:37

New: Implemented External Interface (see https://github.com/DNN-Connect/UserAccountUpdate/wiki/External-Interfaces for details)