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.
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
I\'m using symfony 1.4 and the sfGuardDoctrinePlugin, I\'ve got it installed and setup fine but I have the following problem:
I\'m having a 开发者_如何转开发weird problem with my symfony backend. I can log in once, but after that I get
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
When using sfDoctrineGuard plugin, it automatically generates the backend administration functionality where I can edit users of the system and assign them permissions.
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?
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.
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
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