Skip to main content
Version: Next

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.

Parameter Reference

ParameterDescriptionSupports TokensDefault
Identifier FieldThis could be the user ID, username or email. Can contain context tokens (for example [Email]) and My Tokens. One common scenario is to use [QueryString:UserId] to read the user from the URL via My Tokens.YesNone
Use ConfiguredThe Reset Password Page set in the PlantAnApp Settings will be used.NoNone
Password Reset PageThe page where an Action Form with the corresponding action to confirm the reset password process. In expressions you can use a TabId or a Tab Relative Path (eg. '/myPage/My-Sub-Page'). Can contain context tokens (for example [Email]) and My TokensYesNone
Sender EmailThe email address that the email will be sent from. Leave empty to use the DNN configured portal email address.NoNone
Template SourceNoDefault
Template SubjectThis is the subject of the email sent to the user. [User:*] tokens will have the information of the user to whom the password reset email is being sent. [Portal:*] tokens will return the current portal information.NoNone
Template BodyThis is the body of the email sent to the user. [User:*] tokens will have the information of the user to whom the password reset email is being sent. [Portal:*] tokens will return the current portal information. IMPORTANT: Use the [PasswordResetUri] to embed the URI that the user will need to access to reset his password.NoNone
HTML email bodyCheck this if your reset password template contains HTML.NoNone