Difference between revisions of "Password Variables to Set or Reset User Passwords"

From SmartWiki
Jump to: navigation, search
m
m (Workflow and System Email Templates)
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Deprecated}}
+
==Overview==
 +
In the upcoming November 2023 release, the use of password variables will be deprecated to enhance security measures and align with best practices. Instead of using the soon to be deprecated password variable <code>@password@</code> which sends a password in plain text in the email body, all systems will be required to adopt the following activation link variable. This variable will redirect users to a designated page where they can securely set their desired password:
  
In the upcoming November 2023 release, password variables will be deprecated for improved security. All systems will be required to use the activation link variable (<code>@activationlink@</code>) to send the user to a page where they can enter their desired password instead of using the soon to be deprecated password variable (<code>@password@</code>) which sends a password in email.
+
<pre>https://@url@@activationlink@</pre>
 +
 
 +
[[File:activation-variable-link.png|thumb|none|800px|An example of the activation link variable when used with a new user email.]]
  
 
Therefore, the following variables will be deprecated and will not work after the November upgrade:
 
Therefore, the following variables will be deprecated and will not work after the November upgrade:
Line 9: Line 12:
 
* <code>@passwordresetlink@</code> - A link that allows existing users to reset their passwords
 
* <code>@passwordresetlink@</code> - A link that allows existing users to reset their passwords
 
* <code>@checkactivatedpassword@</code> - Checks if a user is activated. If sent to a user who is not activated, it generates a new password. If the user is activated, it will send the words “existing password”.
 
* <code>@checkactivatedpassword@</code> - Checks if a user is activated. If sent to a user who is not activated, it generates a new password. If the user is activated, it will send the words “existing password”.
* <code>@checkportalpassword@</code>- If sent to a new user, it will generate a new password. If sent to an existing user, it will send the words “existing password” and promote the user to an admin/portal type user.
+
* <code>@checkportalpassword@</code> - If sent to a new user, it will generate a new password. If sent to an existing user, it will send the words “existing password” and promote the user to an admin/portal type user.
 +
 
 +
If you need help updating email templates for new users or password resets, reach out to our Support team.
 +
 
 +
==Areas for Review==
 +
There may be references to the soon-to-be deprecated variables within multiple areas of your system. These will need to be changed prior to the upgrade.
 +
 
 +
An easy way to see and check the content of all system emails for deprecated variables is to:
  
 +
* Navigate to '''Menu Icon > Global Settings > Communications > System Email Templates'''.
 +
* Click the '''Export Emails''' button top left above the list. This will export the list of system emails as an excel file.
 +
* Search the column called '''Email Body''' for all deprecated variables contained within system emails. If you find anything that needs to be updated, go back into the system and update the relevant email by clicking on the '''Edit System Email''' button (pencil icon) next to the relevant system email template.
  
If you need help updating email templates for new users or password resets, reach out to our Support team. These email templates are located at '''Menu Icon''' > '''Global Settings''' > '''Security''' tab >''' Password and Activation Policies''' > '''Activation Emails''' tab. Clicking the '''Sample Template''' link will update the templates with the desired variable. Make sure to check any existing workflow emails for these soon-to-be deprecated variables.
+
If you need help, contact our Support team.
  
Depending on how your user signup pages are configured, you may also need to update signup page templates for new users which can be found at '''Menu Icon''' > '''Global Settings''' > '''Communications''' >''' System Email Templates'''. You can filter the list by searching for “Signup”.
+
See below for more information regarding changing system email templates.
  
 +
===Password and Activation Policies===
 +
Clicking the '''Sample Template''' link will replace the existing email template, with a sample template from SmartSimple which contains the new activation link variable. You may then modify the template as needed. You may alternately access this template by going to '''Menu Icon''' > '''Global Settings''' > '''Security''' tab >''' Password and Activation Policies''' > '''Activation Emails''' tab. 
  
 +
===User Signup Pages===
 +
Depending on how your user signup pages are configured, you may need to update signup page templates for new users. You may alternately access these templates by navigating to '''Menu Icon''' > '''Global Settings''' > '''Users''' > '''Signup Pages'''.
 +
 +
===Workflow and System Email Templates===
 +
Password variables can also be found in workflow emails, such as "User" type workflows where a workflow is used to activate and send an activation email to a user.
  
 
==See Also==
 
==See Also==
* [[UTA Workflows and the Password Variables]]
+
* [[Password Policy]]
 +
* [[Signup Page]]
 +
* [[:Category:Email|Category:Email]]
 +
 
  
 
[[Category:Deprecated]]
 
[[Category:Deprecated]]

Latest revision as of 15:11, 27 October 2023

Overview

In the upcoming November 2023 release, the use of password variables will be deprecated to enhance security measures and align with best practices. Instead of using the soon to be deprecated password variable @password@ which sends a password in plain text in the email body, all systems will be required to adopt the following activation link variable. This variable will redirect users to a designated page where they can securely set their desired password:

https://@url@@activationlink@
An example of the activation link variable when used with a new user email.

Therefore, the following variables will be deprecated and will not work after the November upgrade:

  • @password@ - Generates a new password for new users
  • @randompassword@ - Generates a random password for existing users
  • @passwordresetlink@ - A link that allows existing users to reset their passwords
  • @checkactivatedpassword@ - Checks if a user is activated. If sent to a user who is not activated, it generates a new password. If the user is activated, it will send the words “existing password”.
  • @checkportalpassword@ - If sent to a new user, it will generate a new password. If sent to an existing user, it will send the words “existing password” and promote the user to an admin/portal type user.

If you need help updating email templates for new users or password resets, reach out to our Support team.

Areas for Review

There may be references to the soon-to-be deprecated variables within multiple areas of your system. These will need to be changed prior to the upgrade.

An easy way to see and check the content of all system emails for deprecated variables is to:

  • Navigate to Menu Icon > Global Settings > Communications > System Email Templates.
  • Click the Export Emails button top left above the list. This will export the list of system emails as an excel file.
  • Search the column called Email Body for all deprecated variables contained within system emails. If you find anything that needs to be updated, go back into the system and update the relevant email by clicking on the Edit System Email button (pencil icon) next to the relevant system email template.

If you need help, contact our Support team.

See below for more information regarding changing system email templates.

Password and Activation Policies

Clicking the Sample Template link will replace the existing email template, with a sample template from SmartSimple which contains the new activation link variable. You may then modify the template as needed. You may alternately access this template by going to Menu Icon > Global Settings > Security tab > Password and Activation Policies > Activation Emails tab. 

User Signup Pages

Depending on how your user signup pages are configured, you may need to update signup page templates for new users. You may alternately access these templates by navigating to Menu Icon > Global Settings > Users > Signup Pages.

Workflow and System Email Templates

Password variables can also be found in workflow emails, such as "User" type workflows where a workflow is used to activate and send an activation email to a user.

See Also