Version 3 end of life
This version of Silverstripe CMS will not recieve any additional bug fixes or documentation updates. Go to documentation for the most recent stable version.

Security and User Authentication

This guide covers using and extending the user authentication in SilverStripe, 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's Authentication options and custom authenticators.
Security
Learn how to minimise vulnerabilities in your code

How to's