I\'ve fresh isntall of Symfony 1.4 with Doctrine ORM. I\'m looking to install the plugin sfDoctrineGuard.I followed the instructions here:
i use Symfony 1.4 + sfDoctrineGuardUser. I have timeout set. This working good. User is logout, but SESSION for user isn\'t clear. Where i can this 开发者_Go百科set?
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
Afternoon. I am working on multiple symfony projects which will share the same user database, and because I didn\'t want to re-invent the wheel I opted to use sfDoctrineGuard. I have a corelib that th
I learn to user sfGuardDoctrinePlugin, but i don\'t know yet where i can find user control panel and change password?
I installedsfDoctrineGuardUser for Symfony 1.4.11, but I can\'t find the action.class, where register user. I find only class sfGuardCreateUserTask :
I installed Symfony, sfDoctrineGuardUser and sfForkedDoctrineApplyPlugin, but i dont know what i neen enter to routing.yml.
I am some trouble loading fixture data, that I have added manually in my admin backend and then simply exported the data using \'symfony doctrine:data-dump\'
I use sym开发者_如何学Pythonfony 1.4.11 with Doctrine I have sfGuardUser module in backend. I have sfGuardUserProfile table.
I have enabled sfDoctrineGuardPlugin, so I have change myUser class to my开发者_JAVA百科 class extends sfGuardSecurityUser.