ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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("Les informations ont été envoyées par email.")
	CASE gpwUnknownUser : Info("Oups ! Cette adresse email est inconnue.")
	OTHER CASE : Error("Oups ! Une erreur s'est produite." + 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
User's email address.
Component: wd300android.jar
Minimum version required
  • Version 25
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help