Adds native ability to be able to fallback to default password checking if specifying a custom IBackOfficeUserPasswordChecker
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Umbraco.Core.Security
|
||||
{
|
||||
/// <summary>
|
||||
/// The result returned from the IBackOfficeUserPasswordChecker
|
||||
/// </summary>
|
||||
public enum BackOfficeUserPasswordCheckerResult
|
||||
{
|
||||
ValidCredentials,
|
||||
InvalidCredentials,
|
||||
FallbackToDefaultChecker
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user