$!lastResult
User Creation
Create a user. In this example, all users are in the same account.
Username:
Password:
$!createResult
#if ( $lastUsername )
Enable / Disable
Enable or disable a user. Disabled users will not pass authentication.
$!enableResult
#end
Authenticate
Attempt to authenticate the user with a password. (Make sure the user is enabled.)
Username:
Password:
$!authResult
Password Reset
Start a password reset process.
Username:
$!resetResult #if($resetUrl)
follow reset link
#end