Table of Contents

TUserPasswordChangedArgs Class

Arguments passed to the OnUserPasswordChanged event, fired after a user's password has been changed (for example through a password change or a password reset).

Syntax

Unit: Sphinx.EventArgs

TUserPasswordChangedArgs = class(TSphinxModuleArgs);

Properties

Name Description
ClientId The client id of the application through which the password was changed.
Data Optional application-defined data supplied by the caller that initiated the operation.
User The user whose password was changed.