Description
The BeforeRemindPassword event is executed on the password reminder page before the password reminder is sent to the user's email.
Syntax
BeforeRemindPassword($username,$email,$pageObject)
Arguments
$username
the username entered by the user.
the email entered by the user.
$pageObject
an object representing the current page. For more information, see RunnerPage class.
Return value
True: continue with the password reminder procedure.
False: cancel the password reminder procedure.
Applies to pages
Recommended predefined actions and sample events:
•Insert a record into another table
•Check to see if a specific record exists
•Display a message on the Web page
See also: