ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SaaSChangePassword (Function)
In french: SaaSChangeMotDePasse
Changes the password of the connected user.
New in version 2024
WINDEVWindows This function is now available for WINDEV applications in Windows.
Example
IF SaaSConnect("login", "password") = True THEN
IF SaaSChangePassword("M[]t2P4zz") = True THEN
Info("Your password was successfully changed")
END
END
Syntax
<Result> = SaaSChangePassword(<Password>)
<Result>: Boolean
  • True if the password was changed,
  • False otherwise (or if no user is connected). To get more details on the error, use ErrorInfo.
<Password>: Character string
New password.
Component: wd290com.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/23/2023

Send a report | Local help