As most symfonians, I have a backend (be) controller where admins can 开发者_高级运维login to administer apps for a site. The problem I am having is the login form is not respecting the backend (be) c
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
Recently I have been struggling with the sfDoctrineGuardPlugin available for Symfony. The issue is with translation of the plugin.
I am using the admin generator for the sfGuardUser module. The edit portion of the generator.yml file looks like this:
I\'m using the sfDoctrineApplyPlugin and the reg开发者_Python百科istration form requires a username - what\'s the best way of removing this field?
I have a table that has a sfGuardGroup colum开发者_如何学运维n so when a user logs in, they can only see the records users in their group have made.
I am using Symfony 1-4 and sfDoctrineGuardPlugin. My question is, on Doctrine Gua开发者_如何学编程rd Plugin as you know each module came with generator.yml. And i need to customize generator.yml. For
I a开发者_运维知识库m using symfony 1.4.8 with sfDoctrineGuardPlugin for my backend. My question is how can i customise sfDoctrineGuardPlugin\'s default content? For example, how can i do something o
I have an existing, non-framework-based PHP/MySQL website. It has a simple security model, with a users table with usernames and hashed (MD5) passwords.
I am searching for a solution to an authentication problem. I\'ve only found one person (in the symfony-users Google group) with the same problem (#2 at bottom) way back in May of last year. As far as