Skip to content

Commit bf83bf1

Browse files
committed
Add 6501
1 parent 818fd9c commit bf83bf1

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

15/umbraco-cms/reference/security/cookies.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Learn about the cookies required for accessing the Umbraco Backoffice and their purposes.
3+
---
4+
15
# Cookies
26

37
The cookies listed in this article are required only for accessing the Backoffice. You can include these in your own cookie policy, if you wish.

15/umbraco-cms/reference/security/password-reset.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Learn about the security features put in place to protect Umbraco users from unauthorized access and password breaches.
3+
---
4+
15
# Password reset
26

37
It's impossible to brute force the authentication on the login screen because after `MaxFailedAccessAttemptsBeforeLockout` the account of the user will be locked, and until that account is unlocked in the Users section, no attempt will succeed.

15/umbraco-cms/reference/security/security-hardening.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Learn how to strengthen the security of your Umbraco installation, and reduce the risk of unauthorized access.
3+
---
4+
15
# Umbraco Security Hardening
26

37
Here you find some tips and trick for hardening the security of your Umbraco installation.

0 commit comments

Comments
 (0)