Skip to main content
Skip table of contents

Reset Password

Tag: SelectedResetPassword

The SelectedResetPassword function automates the action of resetting user passwords.


XML
<SelectedResetPassword/>

Tag Attributes

AttributesAttributes Value
KeepAliveTRUE (keeps dialog open) / FALSE - defaults to FALSE
PasswordAny string to be set as the new password
AutoGenerateTrue / False
forceChangePasswordNextSignInTrue / False
forceChangePasswordNextSignInWithMfaTrue / 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.