Changes

Jump to: navigation, search

Password Variables to Set or Reset User Passwords

185 bytes added, 19:48, 4 June 2019
no edit summary
==See Also==
 
Please read our [[Password Policy]] for more comprehensive information about user passwords. 
 
 
==Overview==
 
 
[[Variables]] can be used within [[SmartSimple]] to automatically generate system [[password]]s.
 
==New Users==
To generate a new [[Password|password]] for a '''new''' [[User|user]]. :<font size="3">'''@password@'''</font>
: <span style="font-size: medium;">'''@password@'''</span>
This 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]].
 
==New or Existing Users==
To generate a new [[Password|password]] for a new user or sends the words ''"existing password"'' for existing users (see '''Notes''' below)
:<font size="3">'''@checkactivatedpassword@'''</font>
: <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.
:<font size="3">'''@checkportalpassword@'''</font>
: <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.
==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:
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@"))-->
2,299
edits

Navigation menu