Skip to content

Commit bb93310

Browse files
committed
Add 6522
1 parent b98a8cb commit bb93310

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

15/umbraco-cms/reference/language-variation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Language variants allow you to have different variations of content based on the language culture. Learn how to use them in this section.
3+
---
4+
15
# Language Variation
26

37
Language Variation allows you to have different variations of content based on a language culture. In the documentation there are other useful articles about the feature:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# Replacing the basic username/password check
26

37
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)