= Access Control & Permissions = [[TOC]] There are a number of different security policies available to allow either a simple system or else provide advanced functionality: * [wiki:S3AAA S3AAA] - Sahana's Access Control system The default security policy has most data available to Read by anonymous users & !Edit/Delete by registered users. Registered Users are added to Roles. * The 1st registered user gets the 'Administrator' role (id 1) by default * All registered users get the 'Authenticated' role (id 2) by default == Control access to a Module == If all you need to do is to limit access to the controllers within 1 module, then this can be done whilst staying in the simple security policy. You can configure options in the modules configuration in {{{modules/templates/