Your Account
Community
Topics (Upcoming)
More |
View story
sfGuardPlugin & Remember me follow up
http://shiny.ma3x.net/2008/07/03/sfguardplugin-remember-me-f...
Submitted by
narko
2 months, 4 days, 14 hours agoAfter 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: on
index:
credentials: []
I have not tested this solution, so if anyone else gets back with some [...
Tags: none
|