- Can we control/give our page security depending the user groups in symfony 1.4.
- How can I manage actions on groups in symfony 1.4 not for the pages?
- Can I give security in plugins module?
Can we control/give our page security depending the user groups in symfony 1.4. How
Share
You can do it in your action using setSecurityConfiguration with sth like that:
You can give security to any modules (including in a plugin) by putting this into the
config/security.ymlfile:But please give us more information about pages?