Skip to content

Releases: r7-labs/R7.Dnn.AddUser

R7.Dnn.AddUser 1.1

13 Feb 08:20
Compare
Choose a tag to compare
  • Update R7.Dnn.Extensions to 0.13.0
  • Update Unidecode.NET to 1.3.0

R7.Dnn.AddUser v1.0

06 Mar 06:37
Compare
Choose a tag to compare

Initial release:

  • Allow non-admins to create users. Just place module on the page and add "Edit" permission to the specific role.
  • Assign newly created users to the one or more roles (with addition to DNN auto assignment roles).
  • Control display name generation with a format string using tokens from DNN display name format string plus more.
  • Control username generation with a format string. The "Email as Username" DNN setting is respected.
  • Control password length while ensuring that minimum length from web.config is respected.
  • Control password complexity by limiting variety of special characters used.

Currently usernames are transliterated using Unidecode.NET.