Ok, answering this one myself so onone else spends time on it :)

> I got an app where I have set is_secure:true in app/admin/config/
> security.yml. For those modules I want to have public access to, I
> then change the setting in the module/someModule/config/security.yml
> file.
>
> But, now I got a problem, because I have integrated a symfony plugin,
> and in that plugin there is a module I want to make public.

You can change a plugin modules settings by creating an empty module
in your application and adding config files there that will override
the plugins default settings. This is described in the Symfony
reference book, but I looked the wrong place :/

Tarjei


>
> Is there a way for me to change the security settings of that plugin
> module without modifying the plugin?
>
> I'm using Symfony 1.4.
>
> Regards,
> Tarjei

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.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