|
Authenticate Action |
Declaration |
<AMAUTHENTICATE USER="text" PASSWORD="text"> |
See Also |
|
Stops the task until the user authenticates himself in the specified manner.
Certain tasks should only be run by certain users. This action provides a few ways for the user to identify himself before continuing.
Specifies a password that the user must enter before the task continues. If this step is added in Visual Mode, this value is automatically encrypted.
Specifies a valid Windows user name. The user specified must be logged on in order for the task to continue.
Standard Error Handling Options
This action also includes the standard "Error Causes" and "On
Error" failure handling options/tabs
More on Error Handling Options
Variables and Expressions
All text fields allow the use of expressions by surrounding the expression
in percentage signs (example: %MYVARIABLE%, %Left('Text',2)%). To help
construct these expressions, a popup expression builder is available in
all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...
<AMAUTHENTICATE PASSWORD="mypassword">
<AMAUTHENTICATE USER="steve">