After my post ( which was a response to a post in the symfony forums : http://www.symfony-project.org/forum/index.php/t/9622/ ), triparts came up with a different and probably - easier solution : securing the modules with empty permission sets. Like this :
security.yml
all:
is_secure: onindex:
credentials: []
I have not tested this solution, so if anyone else gets back with some feedback it would be nice ![]()









July 30th, 2008 at 11:57 am
[...] follow up by Shiny explains that you can also get this working by securing modules with empty permission sets like [...]