Version 4 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

Security and user authentication

This guide covers using and extending the user authentication in Silverstripe CMS, permissions, user groups and roles, and how to secure your code against malicious behaviors of both your users and hackers.

Members
Learn how logged in users are managed in Silverstripe CMS
Access Control
Restrict CMS access to specific groups of users
Permissions
Customise the permission system in Silverstripe
Authentication
Explains Silverstripe CMS's Authentication options and custom authenticators.
Security
Learn how to minimise vulnerabilities in your code
Rate Limiting
Silverstripe CMS's in built rate limiting features
Personal Data
How the Silverstripe CMS deals with data privacy

How to's