Skip to content

Commit c523006

Browse files
committed
Add description for custom password check
1 parent 8e735d0 commit c523006

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

14/umbraco-cms/reference/security/custom-password-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: You can specify your own logic to validate a username and password against a custom data store. Learn more about it in this section.
3+
---
4+
5+
16
# Replacing the basic username/password check
27

38
Having the ability to replace the logic to validate a username and password against a custom data store is important to some developers. Normally in ASP.Net Core Identity this would require you to override the `UmbracoBackOfficeUserManager.CheckPasswordAsync` implementation and then replace the `UmbracoBackOfficeUserManager` with your own class during startup. Since this is a common task we've made this process a lot easier with an interface called `IBackOfficeUserPasswordChecker`.

0 commit comments

Comments
 (0)