Questions tagged [sonata-user-bundle]

Integrates the `FOS/UserBundle` in the Sonata Admin Project to add some features related to the users.

Integrates the FOS/UserBundle in the Sonata Admin Project and adds some features:

  • AdminBundle: add user and group management
  • EasyExtends: allows to generate Application level model
  • Features: User profile dashboard, user profile menu, Google Authenticator support (optional), …

The roles to be assigned to users are splitted in 2 parts:

  • editable: the roles the current user is allowed to assign to other users

(permission or role MASTER)

  • readonly: the roles assigned to the current user, however the current

user is only allowed to see them

When using ACL, the UserBundle prevents normal user to change settings of super-admin users.

To find more information :

244 questions
-1
votes
1 answer

How acces QueryBuilder in Service container [Symfony - SonataBundle]

How do I use QueryBuilder in a service container? For exemple : services: my.service: class: My\MyBundle\UserAdmin arguments: [ ~, My\MyBundle\Entity\User,~ ] How can i access QueryBuilder for select only the Users loggeds (this is just a…
PululuK
  • 113
  • 1
  • 6
-1
votes
1 answer

configuration composer.json Symfony3 and sonataAdmin

I want to start a project with Symfony3 and SonataAdmin I was trying a lot of versions of symfony and sonataAdminBundle But I always get errors when updating composer What's the correct composer.json to start my project thanks
-2
votes
2 answers

Symfony 3 and Sonata User Bundle

I am using Symfony 3.2 and Sonata Admin 3 , when I tried to install the Sonata User Bundle, it gave me this error : C:\wamp64\www\backend>php ../composer.phar require sonata-project/user-bundle Using version ^3.2 for…
mehdi
  • 147
  • 1
  • 4
  • 14
-6
votes
1 answer

The service "fos_user.group_manager" has a dependency on a non-existent service "fos_user.entity_manager"

I am using symfony 2.8 i want to configure sonata user bundle and fosUserbundle beolw is my image link: image
1 2 3
16
17