Update:Remora Permissions: Difference between revisions

Line 27: Line 27:
* user->group map is a many-to-many relationship using a map table instead of a simple group_id injected into the users table
* user->group map is a many-to-many relationship using a map table instead of a simple group_id injected into the users table


== Using Permissions in Controllers ==
== Disabling Permissions in Controllers ==
SimpleAcl and SimpleAuth are instantiated in the app_controller, which means they are loaded for all controllers by default.  This means:
SimpleAcl and SimpleAuth are instantiated in the app_controller, which means they are loaded for all controllers by default.  This means:
* New controller actions will be locked down by default
* New controller actions will be locked down by default
3,035

edits