Skip to content

Commit 8201e17

Browse files
authored
Merge pull request #6522 from ovindu-a/issue-6465
Add article descriptions
2 parents 2986dc5 + c523006 commit 8201e17

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

14/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:

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)