Please enable JavaScript to view this site.

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

Events.After password changed

Scroll Prev Next More

Description

The AfterChangePassword event is executed on the Change Password page after the password was changed.

Syntax

public XVar AfterChangePassword(dynamic oldpassword, dynamic newpassword, dynamic pageObject)

Arguments

oldpassword

an old password.

newpassword

a new password.

pageObject

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

Applies to pages

Change Password.

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

How to hash your passwords manually

Before change password

Working with common pages. Auxiliary pages