sfguard
Manage groups in different page with sfDoctrineGuardPlugin
i\'m using sfDoctrineGuardPlugin, but i would like a little change, i have 2 groups(admins,users) and i want to manage them separately, what i mean is a page that only shows me the \"admins\" group an[详细]
2023-02-22 11:30 分类:问答remove group and permissions options sfDoctrineGuardPlugin
i\'ve made to diferent forms for my backend app, one for us开发者_开发技巧ers of group admins and another for users of group clients, becuase clients have additional info that admins don\'t, i already[详细]
2023-02-22 08:30 分类:问答overwriting isAuthenticated() in symfony
i\'m doing the Practical symfony with Doctrine - Jobeet Job Website just trying to understand how backend works, i\'m trying to overwrite the isAuthenticated() function in frontend and backend, what i[详细]
2023-02-21 20:17 分类:问答Separate frontend and backend users with sfDoctrineGuardPlugin
i\'m starting a project adn i\'m using symfony, my first time with symfony, really great actually, i already install the sfDoctrineGuardPlugin and everything is ok untill now, why?, because frontend u[详细]
2023-02-21 19:02 分类:问答Symfony - sfGuardPlugin - Registration
I\'m new in Symfony community so sorry if I\'m asking about the topic which was already discussed. I\'m trying to use sfGuardPlugin in my project. Everything seems to be ok. The problem is that I don\[详细]
2023-02-20 23:43 分类:问答Check whether user is logged in symfony
I am using symfony 1.4.8 and Propel as ORM. To create a login system I am using sfGuardPlugin. I have configured everything, and the login system is working. But I have a problem in getting the sfGuar[详细]
2023-02-10 19:32 分类:问答allow users to change their own password, email and Profile
I\'m creating my own blog engine to learn Symfony, and I have a question : I can add and edit users thanks to the sfGuardUser modul开发者_运维技巧e, but how can I allow users to edit only their recco[详细]
2023-02-06 20:17 分类:问答Using custom table name in Symfony plugin sfDoctrineGuardPlugin?
I\'m attempting to use the sfDoctrineGuardPlugin in开发者_JAVA百科 my Symfony 1.4 project.This plugin includes a schema.yml file, which is used to define all the tables involved.The table names take o[详细]
2023-02-05 09:35 分类:问答How do I invoke a custom function on sfGuard session time out in symfony
I am using sfGuard as the aut开发者_StackOverflow社区hentication plugin in my project. I want to invoke certain client side & server side scripts on session timeout. What is the best way I can do[详细]
2023-02-02 02:56 分类:问答Authenticate with sfguarduser without http login
I\'m trying to develop a webservice in a symfony based application, we are using a sfguarduser plugin, and i want to get user credentials authenticated开发者_JAVA百科 in a single shot request to check[详细]
2023-02-02 02:36 分类:问答