sfguard
advanced / dynamic permissions on sfguard - symfony
I have a symfony project and would like to add communities feature. Everyone can open a community as an admin and invites people to join the community.[详细]
2023-01-26 04:05 分类:问答How to create a custom login for sfGuard user in Symfony?
I am using Sym开发者_运维问答fony 1.4 and ORM as Propel in my project. I have configured the Settings.yml to secure my page. But can i make a custom login/logout by my action extending all the SfGuard[详细]
2023-01-24 19:34 分类:问答symfony sfGuardUser hasCrendential live after update
I\'m using symfony 1.4 and the sfGuardDoctrinePlugin, I\'ve got it installed and setup fine but I have the following problem:[详细]
2023-01-17 12:04 分类:问答Unknown record property / related component "permissions" on "sfGuardUser"
I\'m having a 开发者_如何转开发weird problem with my symfony backend. I can log in once, but after that I get[详细]
2023-01-17 01:03 分类:问答auth problems (security filters) in sfGuardUser Symfony
I\'m using Symfony 1.2.7, and sfGuardUser Plugin. I\'m able to view all the pages, login and logout. However when I try to edit (just going to the form) or update an object (saving the changes) someti[详细]
2023-01-06 16:52 分类:问答Symfony sfDoctrineGuard plugin sfGuardUser module
When using sfDoctrineGuard plugin, it automatically generates the backend administration functionality where I can edit users of the system and assign them permissions.[详细]
2023-01-02 13:04 分类:问答Problem with sfRemember cookie / sfGuard Remember me
I\'m using Symfony 1.4 with Doctrine. Sorry if this is a silly question but what exactly does one need to build on top of the sfDoctrineGuardPlugin to get the \"remember me\" functionality working?[详细]
2022-12-29 01:43 分类:问答sfDoctrineGuard - how to ALWAYS join sfGuardProfile to sfGuardUser
I want to make it so that anytime the db is queried for an sfGuardUserProfile it is autmoatically joined and hydrated with its related sfGuardUser.[详细]
2022-12-29 00:23 分类:问答sfDoctrineGuard question
I\'m trying to do a \"i forgot my password\" functionality. My problem is that if i try to do a Doctrine query and send password to email it retrieves password encrypted. I look at some webs that Doct[详细]
2022-12-28 00:21 分类:问答Two tables relation with sfDoctrineGuard user table (symfony)
Hy, I have started in my web application a part who users needs to be autenticated to work with it. I have two tables related: Customer and Enterprise.... the first one are users who want to buy a pr[详细]
2022-12-18 15:19 分类:问答