📄️ Authorize User
Audience: Citizen Developer
📄️ Clear User Cache
Audience: Citizen Developer
📄️ Create Auto Login Link
This action creates a link that will automatically login with a specified user. All generated links can be found in the DnnSharpUserManagementAutoLoginLinks database table.The AutoLoginUrl is: /DesktopModules/AutoLogin/API/AutoLogin?code={code}
📄️ Delete User
Audience: Citizen Developer
📄️ Grant User Role
Audience: Business Users
📄️ Revoke User Role
Audience: Business Users
📄️ Send User Reset Password Email
This action will send the reset user password email. It can use the default DNN email template. If you edit the default template, you need to use the [PasswordResetUri] token for the proper URL to be sent in the email.
📄️ Sync Users
Sync users across all portals. Make them 'global' users.
📄️ Unauthorize User
Audience: Citizen Developer
📄️ Unlock User
Parameter Reference
📄️ Update User Profile
Audience: Citizen Developer
📄️ Update Username
Not available in: Automation.
📄️ User Login (Obsolete)
OBSOLETE - This action has been marked as obsolete. Consider using User Management > User Login. This action will search in the form for the username and email fields, which can be either of the type found under the User tab or simple Text boxes with the ID set to username/password. The Password field must be of type 'Password', which is found under the Security tab. On successfull login, access user info using the [UserUserID] or [User:FirstName]).
📄️ User Login
Not available in: Automation.
📄️ User Registration
Audience: Citizen Developer
📄️ User Reset Password
This action will reset a user password.
📄️ User/Password Validation
Checks the User/Password combination to see if it is valid. Warning: This action sends the user and password values back to the server in plain text. To ensure your website security it is recommended to use it only when the site is served through HTTPS.
📄️ Validate User Reset Password
This action will validate if a password reset token is valid.