Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberLoginFailedReason

    Well-known reason strings for MemberLoginFailedNotification.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public static class MemberLoginFailedReason

    Fields

    View Source

    InvalidCredentials

    The credentials provided were invalid (wrong password).

    Declaration
    public const string InvalidCredentials = "InvalidCredentials"
    Field Value
    Type Description
    string
    View Source

    LockedOut

    The member account is locked out due to too many failed attempts.

    Declaration
    public const string LockedOut = "LockedOut"
    Field Value
    Type Description
    string
    View Source

    MemberNotFound

    No member was found for the given username.

    Declaration
    public const string MemberNotFound = "MemberNotFound"
    Field Value
    Type Description
    string
    View Source

    NotAllowed

    The member account is not allowed to sign in (e.g. not approved or email not confirmed).

    Declaration
    public const string NotAllowed = "NotAllowed"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX