2019-11-18 05:58:33 +01:00
|
|
|
---
|
|
|
|
title: Security
|
2014-09-21 02:07:58 +02:00
|
|
|
summary: This guide covers user authentication, the permission system and how to secure your code against malicious behaviors
|
2019-11-18 05:58:33 +01:00
|
|
|
icon: user-shield
|
|
|
|
---
|
2014-09-21 02:07:58 +02:00
|
|
|
|
2014-10-13 10:52:19 +02:00
|
|
|
# Security and User Authentication
|
2014-09-21 02:07:58 +02:00
|
|
|
|
2021-06-30 11:48:52 +02:00
|
|
|
This guide covers using and extending the user authentication in Silverstripe CMS, permissions, user groups and roles, and
|
2014-10-13 10:52:19 +02:00
|
|
|
how to secure your code against malicious behaviors of both your users and hackers.
|
2014-09-21 02:07:58 +02:00
|
|
|
|
2014-10-13 10:52:19 +02:00
|
|
|
[CHILDREN Exclude=How_to]
|
|
|
|
|
|
|
|
## How to's
|
|
|
|
|
2021-06-30 11:48:52 +02:00
|
|
|
[CHILDREN Folder=How_To]
|