Pergunta

i have installed correctly the FOSUserBundle

but my questions are 2 for logged with a admin? and i not understand how set some user to admin thx

Foi útil?

Solução

Security in Symfony2 is mainly based on user roles, so if the user has admin roles as defined in your security configuration you should have 'admin' user. Maybe you should look into the docs.

http://symfony.com/doc/current/book/security.html#roles

In case you are using SonataAdminBundle check http://sonata-project.org/bundles/admin/master/doc/reference/security.html

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top