There is a bundle for (Propel) for symfony开发者_C百科2,is there sfguard bundle for symfony2There\'s no sfGuard bundle (yet), but have you checked out FOSUserBundle? I actually like it better than sfG
I have an action that takes POST data secured by sfGuard. This means that if the user is not logged in, the POST data will be sent to the log in form. Ordinarily, this is not a problem, the user co开发
am using the sfGuardPlugin and especially the sfGuardGroup table that am using in a many-to-many relation with a \"monitor\" table (the many to many table is called ALERT):
I would like to be able to user sfPropelPager with sfGuard\'s user ta开发者_运维知识库ble. I can do the following just fine:
I use symfony 1.4.11 with Doctrine. I have site, and it has 3 languages. I use sfDoctrineGuardPlugin 4.0.1 , and I have 3 groups of users. In site I show to each user his group, and I needit show to e
I\'m trying to integrate CAS and sfDoctrineGuard. I want my login and logout to be controlled by CAS, which works perfectly with the sfCASPlugin.
How can I check any user\'s password in Symfony? (not only the logged in user) (I use sfGuardPlugin) I\'ve tried like this, but doesn\'t work:
Does anyone have any of how to force a login action with sfGuard th开发者_运维问答rough code? Something like: $this->authenticate(\'username\'); ?
I was looking at the Documents for sfGuard and Symfony about the security. But I cannot find anywhere about secure a whole Controller. There is only called action Secure. 开发者_如何学Go
I have an application with people and groups in Symfony, where a person may have a membership with multiple groups. To remove a person from a group, I currently have an acti开发者_开发百科on in a \'gr