security.rst 530 B

1234567891011121314
  1. Security
  2. ========
  3. See the security part in the documentation of the Admin bundle. When using ACL, the object ACL's need to be created
  4. to have the ACL implementation working correctly. Otherwise access can be denied because the access rules are not found
  5. for an object.
  6. If you have Admin classes, you can generate the object ACL rules for each object of an admin:
  7. .. code-block:: sh
  8. $ php app/console sonata:admin:generate-object-acl
  9. Optionally, you can specify an object owner, this will be asked when the command is run.