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

Releases: DNN-Connect/UserAccountUpdate

Connect AccountUpdate 01.03.00

24 Feb 20:15
Compare
Choose a tag to compare

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

22 Jul 10:43
Compare
Choose a tag to compare

Connect AccountUpdate 01.02.01

28 Jun 19:48
Compare
Choose a tag to compare

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

25 Jun 14:34
Compare
Choose a tag to compare

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

18 Feb 19:37
Compare
Choose a tag to compare

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