문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top