sfguard
sfDoctrineGuardPluggin rehashes the password from fixture after data-dump
I have s symfony 1.4 with Doctrine and sfDoctrineGuardPlugin. I am experiencing a problem with loading fixtures for sfGuardUser which are made from symfony doctrine:data-dump[详细]
2023-03-22 21:11 分类:问答Symfony sfGuardPlugin: disable default routes
I\'m using the sfGuardPlugin in symfony 1.4 and I\'m wondering how to get rid of its \"default\" routes. I mean by that the \"guard/users\", \"guard/permissions\" and \"guard/groups\" routes.[详细]
2023-03-22 21:01 分类:问答Symfony : how can i add a post validator without overriding the existing ones?
I\'m using sfGuard plugin, and the register form by default has a few post va开发者_StackOverflow中文版lidators (for username and email).[详细]
2023-03-20 22:49 分类:问答how can i get ID in sfDoctrineGuardPlugin?
I was creating its own login system, but all recommmended sfDoctrineGuardPlugin. unfortunately I dont understand this...[详细]
2023-03-16 12:44 分类:问答sfGuard custom algorithm_callable
I am trying to make custom algorithm for password hashing. I try to do this. In app.cfg: sf_guard_plugin:[详细]
2023-03-13 10:34 分类:问答Backend sfGuardUser module
I use sym开发者_如何学Pythonfony 1.4.11 with Doctrine I have sfGuardUser module in backend. I have sfGuardUserProfile table.[详细]
2023-03-11 00:00 分类:问答[Symfony]--sfGuardPlugin--SignIn
I use symfony 1.4 In my index page, I have created some fields as login form. When using sfGuardPlugin, it generate automaticly its form.[详细]
2023-03-10 22:35 分类:问答sfDoctrineGuardPlugin relations with sfDoctrineApplyPlugin (delete and create users)
I use symfony 1.4.11开发者_运维问答. I use sfDoctrineGuardPlugin and sfDoctrineApplyPlugin.All works fine, but... In my backend I have user list, where I can manage users.When I create new user from b[详细]
2023-03-08 09:02 分类:问答set a default group to registered users with sfDoctrineGuard
i thought that this was going to be an easy move as what i\'m trying to do sounds like, but i\'m kind of new to symfony, but all i want is users who register in my web belongs to a group that is the o[详细]
2023-02-26 20:59 分类:问答Symfony - CSRF field on login page is empty after session times out and unrelated form is submitted
I\'m using Symfony 1.4 with the sfGuardPlugin. If my session times out while I\'m sitting on a page within the app, a开发者_C百科nd I try to submit a form that is on that page, I will get redirected t[详细]
2023-02-22 22:08 分类:问答