sfguard
sfguard bundle for symfony2
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[详细]
2023-03-29 14:33 分类:问答Sending POST Request to Secured Action
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开发[详细]
2023-03-28 23:17 分类:问答Symfony 1.4/doctrine/sfGuard schema.yml Using sfDoctringGuardPlugin's sfGuardGroup table in a many to many relation
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):[详细]
2023-03-27 00:20 分类:问答sfGuard and propel pager
I would like to be able to user sfPropelPager with sfGuard\'s user ta开发者_运维知识库ble. I can do the following just fine:[详细]
2023-03-26 06:52 分类:问答sfGuardGroup and i18n
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[详细]
2023-03-26 04:40 分类:问答Integrating CAS and Symfony sfGuard?
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.[详细]
2023-03-25 15:30 分类:问答Symfony sfGuardUserPlugin - check password for any user
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:[详细]
2023-03-25 12:00 分类:问答How to force login with sfGuard?
Does anyone have any of how to force a login action with sfGuard th开发者_运维问答rough code? Something like: $this->authenticate(\'username\'); ?[详细]
2023-03-25 07:09 分类:问答Securing a whole Controller in Symfony with sfGuard?
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[详细]
2023-03-23 23:17 分类:问答Passing Delete Method Through sfGuard
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[详细]
2023-03-23 18:16 分类:问答