Difference between revisions of "Password Variables to Set or Reset User Passwords"
From SmartWiki
Line 1: | Line 1: | ||
− | [[ | + | The following section outlines enhancements that we have made to [[Password]] Processing and a description of when each [[Password]] [[Variables|Variable]] can be used: |
+ | [[Variables|Variable]]: @password@ | ||
− | + | '''Purpose''': generates a new [[Password|password]] for a new [[User|user]]. This can be used in: | |
− | |||
− | : | ||
− | |||
* Any [[Sign-Up Page|Signup page]] message body. | * Any [[Sign-Up Page|Signup page]] message body. | ||
* Any [[Applicant Tracking]] System applicant profile message body. | * Any [[Applicant Tracking]] System applicant profile message body. | ||
Line 12: | Line 10: | ||
* Any [[Workflow]] - [[UTA]] Assignment task type. | * Any [[Workflow]] - [[UTA]] Assignment task type. | ||
+ | [[Variables|Variable]]: @randompassword@ | ||
− | + | '''Purpose''': generates a new [[Password|password]] for an existing [[User|user]]. This can be used in: | |
− | |||
− | : | ||
− | |||
* Any [[Sign-Up Page|Signup page]] message body. | * Any [[Sign-Up Page|Signup page]] message body. | ||
* Any [[Applicant Tracking]] System applicant profile message body. | * Any [[Applicant Tracking]] System applicant profile message body. | ||
Line 24: | Line 20: | ||
* [[Workflow]] - '''Acknowledgment''' task type. | * [[Workflow]] - '''Acknowledgment''' task type. | ||
− | + | [[Variables|Variable]]: @checkactivatedpassword@ | |
− | + | ||
− | : | + | '''Purpose''': generates a new [[Password|password]] for a new user or sends the existing [[Password|password]] to an existing user. This can be used in: |
− | |||
* Any [[Sign-Up Page|Signup page]] message body. | * Any [[Sign-Up Page|Signup page]] message body. | ||
* Any [[Applicant Tracking]] System applicant profile message body. | * Any [[Applicant Tracking]] System applicant profile message body. |
Revision as of 14:00, 4 September 2009
The following section outlines enhancements that we have made to Password Processing and a description of when each Password Variable can be used:
Variable: @password@
Purpose: generates a new password for a new user. This can be used in:
- Any Signup page message body.
- Any Applicant Tracking System applicant profile message body.
- Global Settings - user email messages - New User message and Forgot Password message.
- Any Workflow - UTA Assignment task type.
Variable: @randompassword@
Purpose: generates a new password for an existing user. This can be used in:
- Any Signup page message body.
- Any Applicant Tracking System applicant profile message body.
- Global Settings - user email messages - New User message and Forgot Password message.
- Email Broadcast - to generate a new random password.
- Workflow - Acknowledgment task type.
Variable: @checkactivatedpassword@
Purpose: generates a new password for a new user or sends the existing password to an existing user. This can be used in:
- Any Signup page message body.
- Any Applicant Tracking System applicant profile message body.
- Global Settings - user email messages - New User message and Forgot Password message.
- Workflow - Acknowledgment task type.