Hy,

I'm trying to secure each modules of my application and I'm wondering
if I can do that in the apps/my_app/config/security.yml like this :

modul_name:
  security:
    credentials:  [create_user, edit_user, delete_user]

but it doesn't work.

I know that if I write
all:
  credentials:  [create_user, edit_user, delete_user]
in the security.yml in the config folder of my module it works, but I
have like 10 modules which have the same credentials and I would like
to write it just once...

How should I do it to make it works ?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to