Search Results for

    Show / Hide Table of Contents

    Enum AuditEvent

    Specifies the type of audit event that occurred.

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public enum AuditEvent

    Fields

    Name Description
    AccountLocked

    The user account was locked due to too many failed login attempts.

    AccountUnlocked

    The user account was unlocked.

    ForgotPasswordChangedSuccess

    The password was successfully changed via the forgot password flow.

    ForgotPasswordRequested

    A forgot password request was made.

    LoginFailed

    A login attempt failed.

    LoginRequiresVerification

    The login requires additional verification (e.g., two-factor authentication).

    LoginSucces

    The login was successful.

    LogoutSuccess

    The user logged out successfully.

    PasswordChanged

    The user's password was changed.

    PasswordReset

    The user's password was reset.

    ResetAccessFailedCount

    The failed access count was reset for the user.

    SendingUserInvite

    A user invite is being sent.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<AuditEvent, TProperty>(AuditEvent, Expression<Func<AuditEvent, TProperty>>)
    DictionaryExtensions.MergeLeft<AuditEvent, TK, TV>(AuditEvent, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<AuditEvent, TK, TV>(AuditEvent, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<AuditEvent>(AuditEvent)
    ObjectExtensions.AsEnumerableOfOne<AuditEvent>(AuditEvent)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX