Hello!

I am trying to restrict access based on user login to the modules 'clients' and 
'contracts' and allow free access to 'static' module which has action 'index' 
and content 'about' and 'clients'.

>From the documentation of sfGuard I can see that I can restrict acces to an 
>action with credentials:

index:
  is_secure:  on
  credentials:  selling_team

My users are ordered by groups in my application.

I would like to restrict access like this:

module static: do not require login
modules clients and contracts: require login and the user must be in the group 
selling_team

Also, can I restrict module actions to certain groups of users ? Like the 
selling team to be able to edit customer's infromation, and production team to 
be able only to view it?

Could someone point me in the documentation where user group access to modules 
is explained?

Thank you!

Mihai Rusoaie
e-Business Consultant
Mobile: +40 72 RUSOAIE
Web: http://mihai.rusoaie.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to