silverstripe-framework/docs/en/02_Developer_Guides/09_Security/index.md

17 lines
479 B
Markdown
Raw Normal View History

---
title: Security
summary: This guide covers user authentication, the permission system and how to secure your code against malicious behaviors
icon: user-shield
---
2014-10-13 10:52:19 +02:00
# Security and User Authentication
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-10-13 10:52:19 +02:00
[CHILDREN Exclude=How_to]
## How to's
[CHILDREN Folder=How_To]