Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Global events > Remind password page

Events.After password reminder sent

Scroll Prev Next More

Description

The AfterRemindPassword event is executed on the password reminder page after the password reminder is sent to the user's email.

Syntax

AfterRemindPassword(username,email,pageObject)

Arguments

username

the username entered by the user.

email

the email entered by the user.

pageObject

an object representing the current page. For more information, see RunnerPage class.

Applies to pages

Password Reminder

Recommended predefined actions and sample events:

Send a simple email

Insert a record into another table

Check to see if a specific record exists

Display a message on the Web page

Redirect to another page

See also:

Registration and passwords

Security screen

Working with common pages

Before change password