introduction.rst 768 B

12345678910111213141516171819202122
  1. .. index::
  2. single: User
  3. single: Introduction
  4. Introduction
  5. ============
  6. Integrates the ``FOS/UserBundle`` in the Sonata Admin Project and adds some features:
  7. - ``AdminBundle``: add user and group management
  8. - ``EasyExtends``: allows to generate Application level model
  9. - ``Features``: User profile dashboard, user profile menu, Google Authenticator support, ...
  10. The roles to be assigned to users are splitted in 2 parts:
  11. - **editable:** the roles the current user is allowed to assign to other users
  12. (permission or role ``MASTER``)
  13. - **readonly:** the roles assigned to the current user, however the current
  14. user is only allowed to see them
  15. When using ACL, the UserBundle prevents ``normal`` user to change settings of
  16. ``super-admin`` users.