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 SourceInvalidCredentials
The credentials provided were invalid (wrong password).
Declaration
public const string InvalidCredentials = "InvalidCredentials"
Field Value
| Type | Description |
|---|---|
| string |
LockedOut
The member account is locked out due to too many failed attempts.
Declaration
public const string LockedOut = "LockedOut"
Field Value
| Type | Description |
|---|---|
| string |
MemberNotFound
No member was found for the given username.
Declaration
public const string MemberNotFound = "MemberNotFound"
Field Value
| Type | Description |
|---|---|
| string |
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 |