Table of Contents

IUserManager.AccessFailed Method

Notifies a failed user login, incrementing the access failed count.

Remarks

Increments the access failed count for the specified user. If the failed access account is greater than or equal to the maximum number of attempts specified in TLockoutOptions.MaxFailedAccessAttempts, the user will be locked out for the time span specified in TLockoutOptions.LockoutTimeout.

Syntax

Unit: Sphinx.UserManager

procedure IUserManager.AccessFailed(User: TUser); virtual; abstract;

Parameters

<-> Parameter Type Description
User TUser The user to notify a failed login.

See also