Enum UserState
The state of a user
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public enum UserState
Fields
| Name | Description |
|---|---|
| Active | The user is active and can log in. |
| All | Represents all user states (used for filtering). |
| Disabled | The user is disabled and cannot log in. |
| Inactive | The user has never logged in. |
| Invited | The user has been invited but has not yet accepted. |
| LockedOut | The user is locked out due to too many failed login attempts. |