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
// For an activation by email
CASE gpwActivationByEmail
PopupDisplay(POPUP_ValidateChangeOfPassword)
 
// For an immediate activation
CASE gpwActivationImmédiate
PopupDisplay(POPUP_InformChangeOfPassword)
END
Syntax
<Result> = gpwForgottenPassword(<Identifier>)
<Result>: Integer
Activation mode of password:
gpwActivationByEmailThe user is activated by email. An email is automatically sent (the characteristics of the email have been defined in the management 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: wd290gpu.dll
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help