Commit 3f6825ec7ee0858c912563e68693f880501ab884

Authored by Wilmer Ramones
1 parent f40d95f17b
Exists in master

creada la jeraquia de ROLES con el coordinador nacional

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/config/security.yml
... ... @@ -4,6 +4,8 @@ security:
4 4 encoders:
5 5 AppBundle\Entity\Usuarios:
6 6 algorithm: bcrypt
  7 + role_hierarchy:
  8 + ROLE_COORDINADOR_NACIONAL: [ROLE_COORDINADOR]
7 9  
8 10 # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
9 11 providers:
... ...