Tag: SelectedResetPassword
The SelectedResetPassword function automates the action of resetting user passwords.
XML
<SelectedResetPassword/>
Tag Attributes
|
Attributes |
Attributes Value |
|---|---|
|
KeepAlive |
TRUE (keeps dialog open) / FALSE - defaults to FALSE |
|
Password |
Any string to be set as the new password |
|
AutoGenerate |
True / False |
|
forceChangePasswordNextSignIn |
True / False |
|
forceChangePasswordNextSignInWithMfa |
True / False |
Example Script
XML
<ytriaAutomation Application="sapio365">
<SelectedResetPassword Password="Queen Size"/>
</ytriaAutomation>
Supplying a value for Password while setting AutoGenerate as "true" is not valid:
<ytriaAutomation Application="sapio365">
<SelectedResetPassword AutoGenerate="true" Password="" forceChangePasswordNextSignIn="true" forceChangePasswordNextSignInWithMfa="true" keepAlive="true"/>
</ytriaAutomation>