Enum BackOfficeUserPasswordCheckerResult
The result returned from the IBackOfficeUserPasswordChecker.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public enum BackOfficeUserPasswordCheckerResult
Fields
| Name | Description |
|---|---|
| FallbackToDefaultChecker | The checker cannot validate the credentials and should fall back to the default checker. |
| InvalidCredentials | The credentials are invalid. |
| ValidCredentials | The credentials are valid. |