introduction.rst 567 B

1234567891011121314
  1. Introduction
  2. ============
  3. Integrate the FOS/UserBundle in the Sonata Admin Project
  4. - AdminBundle: add user and group management
  5. - EasyExtends: allows to generate Application level model
  6. The roles to be assigned to users is split in 2 parts:
  7. - editable: the roles the current user is allowed to assign to other users (permission or role ``MASTER``)
  8. - readonly: the roles assigned to the current user, however the current user is only allowed to see them
  9. When using ACL, the UserBundle prevents ``normal`` user to change settings of ``super-admin`` users.