ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
SaaSChangePassword (Function)
In french: SaaSChangeMotDePasse
Changes the password of the connected user.
Example
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 2025
Secret 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.
Component: wd300com.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/16/2025

Send a report | Local help