Commit 3f6825ec7ee0858c912563e68693f880501ab884
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,6 +4,8 @@ security: | ||
| 4 | encoders: | 4 | encoders: |
| 5 | AppBundle\Entity\Usuarios: | 5 | AppBundle\Entity\Usuarios: |
| 6 | algorithm: bcrypt | 6 | algorithm: bcrypt |
| 7 | + role_hierarchy: | ||
| 8 | + ROLE_COORDINADOR_NACIONAL: [ROLE_COORDINADOR] | ||
| 7 | 9 | ||
| 8 | # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers | 10 | # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers |
| 9 | providers: | 11 | providers: |