Difference between revisions of "UTA Workflows and the Password Variables"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
Different [[Password|password]] [[Variables|variables]] can be used depending on the [[Workflow|workflow]] task type.
+
#REDIRECT [[Workflows_Overview#Password_Variables]]
  
[[UTA]] Assignment task type uses @password@
+
__NOEDITSECTION__
  
[[Workflow Task Type: Acknowledgement|The Acknowledgment task type]] uses @randompassword@ or @checkactivatedpassword@
+
{| style="background: #f2dede;border: 2px solid #a94442;padding: 6px;"
+
|-
 
+
||[[File:Ambox_warning_pn.png|40px]] This article is deprecated and the information contained within may no longer be correct.
==[[Workflow]] Type: [[UTA]] Assignment==
+
|}
===For new users===
 
'''@password@'''
 
 
 
checks if the [[User|user]] is activated
 
 
 
* if the [[User|user]] is not activated then generates a new random [[Password|password]]
 
* if the [[User|user]] is activated then sends the text "current password"
 
 
'''For example'''
 
 
 
The [[User|user]] is assigned to a [[UTA]] Level 1 with the [[Role|role]] of "Project Lead" and a [[Workflow|workflow]] message has the following content:
 
 
 
Password is: @password@
 
 
 
* The role of "Project Lead" is added to the [[User|user]]'s profile
 
 
 
* If the [[User|user]] is not activated then the system sends:
 
 
 
Password is: '''ABCDEFGH''' ''[a new, randomized password]''
 
 
 
* If the [[User|user]] is activated then the system sends:
 
 
 
Password is: current password
 
 
 
==[[Workflow Task Type: Acknowledgement]]==
 
 
 
===For existing users===
 
@randompassword@
 
 
 
* generates a new random [[Password|password]]
 
 
===For new or existing Users===
 
@checkactivatedpassword@
 
 
 
checks if the [[User|user]] is activated
 
* if the [[User|user]] is not activated then generates a new random [[Password|password]]
 
* if the [[User|user]] is activated then sends the text "existing password" (see example below)
 
 
'''For example'''
 
 
 
The [[User|user]] is assigned to a [[UTA]] Level 1 with the [[Role|role]] Project Lead and a [[Workflow|workflow]] message has the following content:
 
 
 
Password is: @checkactivatedpassword@
 
 
 
* Project Lead system [[Role|role]] is added to the [[User|user]]'s profile
 
 
 
* If the [[User|user]] is not activated then the system sends:
 
 
 
Password is: '''ABCDEFGH''' ''[a new, randomized password]''
 
 
 
* If the [[User|user]] is activated then the system sends:
 
 
 
Password is: existing password
 
 
 
==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>
 
 
 
 
 
==See Also==
 
* [[Password Variables to Set or Reset User Passwords]]
 
 
 
[[Category:Universal Tracking Application]][[Category:Workflows|Workflows]][[Category:System Management]][[Category:Variables]][[Category:Translation]]
 

Revision as of 15:18, 20 July 2017


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.