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
Runs an action to retrieve or change the password of a user.
Example
nRes is int = gpwForgottenPassword(EDT_Login)
SWITCH nRes
	// Activate by email
	CASE gpwActivationByEmail
		PopupDisplay(POPUP_ValidateChangeOfPassword)

	// Activate immediately
	CASE gpwActivationImmediate
		PopupDisplay(POPUP_InformChangeOfPassword)
END
Syntax
<Result> = gpwForgottenPassword(<Identifier>)
<Result>: Integer
Password activation mode:
gpwActivationByEmailThe user is activated by email. An email is automatically sent (the email characteristics are defined in the administration page).
gpwActivationImmediateThe user is immediately activated.
gpwErrorActivation error.
<Identifier>: Character string
Username or user's email address.
Remarks
If an error occurs, the ErrorOccurred variable is set to True.
Component: wd300gpu.dll
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 04/25/2024

Send a report | Local help