Search Results for

    Show / Hide 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

    • IUserManager
    In This Article
    Back to top TMS Sphinx v1.15
    © 2021 - 2025 tmssoftware.com