From 3f6825ec7ee0858c912563e68693f880501ab884 Mon Sep 17 00:00:00 2001 From: Wilmer Ramones Date: Wed, 13 Jul 2016 13:47:56 -0400 Subject: [PATCH] creada la jeraquia de ROLES con el coordinador nacional --- app/config/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/security.yml b/app/config/security.yml index c28dc45..0944836 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -4,6 +4,8 @@ security: encoders: AppBundle\Entity\Usuarios: algorithm: bcrypt + role_hierarchy: + ROLE_COORDINADOR_NACIONAL: [ROLE_COORDINADOR] # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers providers: -- 2.0.0