Changes

Jump to: navigation, search

Password Variables to Set or Reset User Passwords

21 bytes removed, 19:11, 27 October 2023
m
Workflow and System Email Templates
==See Also==
 
Please read our [[Password Policy]] for more comprehensive information about user passwords. 
 
 
==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:
<pre>https://@url@@activationlink@</pre>
[[Variables]] can be File:activation-variable-link.png|thumb|none|800px|An example of the activation link variable when used within [[SmartSimplewith a new user email.]] to automatically generate system [[password]]s.
Therefore, the following variables will be deprecated and will not work after the November upgrade:
* <code>@password@</code> - Generates a new password for new users
* <code>@randompassword@</code> - Generates a random password for existing users
* <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>@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.
==New Users==To generate a If you need help updating email templates for new [[Password|users or password]] for a '''new''' [[User|user]]resets, reach out to our Support team.
: <span style="font=Areas for Review==There may be references to the soon-to-size: medium;">'''@password@'''</span>This can be used in:deprecated variables within multiple areas of your system. These will need to be changed prior to the upgrade.
* Any [[Sign-Up Page|Signup page]] message body.* Any [[Applicant Tracking]] System applicant profile message body.* [[Global Settings]] - [[User Email Templates|user email messages]] - New [[User]] message An easy way to see and Forgot Password message.* Any [[Workflow]] - [[Workflow Task Typecheck the content of all system emails for deprecated variables is to: Acknowledgement|Acknowledgment task type]].
* 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.
==Existing Users==To generate a new [[Password|password]] See below for an '''existing''' [[User|user]]more information regarding changing system email templates.
: <span style="font-size: medium;"==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''' >'''@randompassword@Global Settings'''</span>This can be used in:'''Security''' tab >''' Password and Activation Policies''' > '''Activation Emails''' tab. 
* Any [[Sign-Up Page|===User Signup page]] message body.Pages===* Any [[Applicant Tracking]] System applicant profile message body.* [[Global Settings]] - [[User Email Templates|Depending on how your user email messages]] - New [[User]] message and Forgot Password message.* [[Email Broadcast]] - signup pages are configured, you may need to generate a update signup page templates for new random [[Password|password]]users.* Any [[Workflow]] - [[Workflow Task Type: Acknowledgement|Acknowledgment task type]]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.
In the ''Request Password'' section of ==See Also==* [[User Email TemplatesPassword Policy]], the following variables can be used to create a time-delimited link for password. : <span style="font-size: medium;">'''<nowiki>http://@url@@activationlink@</nowiki>'''</span>See * [[Password PolicySignup Page]] for further details. ==New or Existing Users==To generate a new * [[Password:Category:Email|passwordCategory:Email]] for a new user or sends the words ''"existing password"'' for existing users (see '''Notes''' below)
: <span style="font-size: medium;">'''@checkactivatedpassword@'''</span>
To generate a new [[Password|password]] for a new user or sends the words ''"existing password"'' for existing users '''AND''' to promote user to admin/portal type user.
 
: <span style="font-size: medium;">'''@checkportalpassword@'''</span>
These can be used in:
 
* Any [[Sign-Up Page|Signup page]] message body.
* Any [[Applicant Tracking]] System applicant profile message body.
* [[Global Settings]] - [[User Email Templates|user email messages]] - New [[User]] message and Forgot Password message.
* Any [[Workflow]] - [[Workflow Task Type: Acknowledgement|Acknowledgment task type]].
 
==Notes==
===Translation===
Because of the complex nature of the password creation and validation process it is not possible to automatically translate '''existing password''' into other languages. If you are sending an e-mail containing the @checkactivatedpassword@ variable you can use the following syntax to display text other than "existing password" if required.
 
For example, for an existing user the following will show the French translation of '''existing password''' which is '''Mot de passe courant'''. If the user has not been previously activated the syntax will provide a randomly generated password as normal:
 
<pre>
<!--@sscalculation(if(trim("@checkactivatedpassword@")="existing password","Mot de passe courant","@checkactivatedpassword@"))-->
</pre>
 
===Processing Time===
System-generated emails that contain passwords bypass the typical [[What Is Gort?|Service Process Manager]] and, hence, are sent out immediately rather than being put in an email queue.
 
==See Also==
* [[UTA Workflows and the Password Variables]]
* [[User Email Templates]]
[[Category:Authentication]][[Category:VariablesDeprecated]]
Smartstaff
2,091
edits

Navigation menu