ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware 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
gpwResetPassword (Function)
In french: gpwRéinitialiseMotDePasse
Resets the password of a registered user.
Example
nRes is int = gpwResetPassword(sEmail)
SWITCH nRes
CASE gpwOk: Info("The details have been sent by email.")
CASE gpwUnknownUser: Info("Oops! Unknown email address.")
OTHER CASE: Info("Oops! Unknown email address." + CR + ErrorInfo())
END
Syntax
<Result> = gpwResetPassword(<Email>)
<Result>: Integer constant
Password reset mode:
gpwOkThe user has been identified by their email address and reset information has been sent by email.
gpwUnknownUserThe user has not been identified by their email address.
<Email>: Character string
Email address of the user.
Component: wd290android.jar
Minimum version required
  • Version 25
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help