The PasswordRecovery type exposes the following members.

Events

  Name Description
Public event NewPasswordGenerated
Occurs after new password is generated.
Public event PasswordRecoveryEmailSending
Occurs before password changed email is sent. The default action can be stopped via the Cancel property of the CancelEventArgs.
Public event PasswordRecoveryEmailSendingCompleted
Occurs after password changed email is sent. One typically displays a success message or redirects a user to another page in this event.
Public event PasswordRecoveryRequestEmailSending
Occurs before password recovery request email is sent. The default action can be stopped via the Cancel property of the CancelEventArgs.
Public event PasswordRecoveryRequestEmailSent
Occurs after password recovery request email is sent. One typically displays a success message or redirects a user to another page in this event.

See Also