introduction.rst 585 B

1234567891011121314151617
  1. Introduction
  2. ============
  3. Integrates 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
  8. (permission or role ``MASTER``)
  9. - **readonly :** the roles assigned to the current user, however the current
  10. user is only allowed to see them
  11. When using ACL, the UserBundle prevents ``normal`` user to change settings of
  12. ``super-admin`` users.