|
|
|
|
|
gpwResetPassword (Function) In french: gpwRéinitialiseMotDePasse Resets the password of a registered user. 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: | | gpwOk | The user has been identified by their email address and reset information has been sent by email. | gpwUnknownUser | The user has not been identified by their email address. |
<Email>: Character string User's email address. Component: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|