|
|
|
|
|
SaaSChangePassword (Function) In french: SaaSChangeMotDePasse Changes the password of the connected user.
IF SaaSConnect("login", "motdepasse") = True THEN
IF SaaSChangePassword("M[]t2P4zz") = True THEN
Info("Votre mot de passe a été correctement changé")
END
END
Syntax
<Result> = SaaSChangePassword(<Password>)
<Result>: Boolean - True if the password has been changed,
- False otherwise (or if no user is connected). To get more details on the error, use ErrorInfo.
<Password>: Character string or Secret string New password.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|