sfdoctrineguard
sfDoctrineGuard not respecting backend controller
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[详细]
2023-03-09 01:55 分类:问答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 分类:问答Symfony, sfDoctrineGuardPlugin and translations (I18N / I10N)
Recently I have been struggling with the sfDoctrineGuardPlugin available for Symfony. The issue is with translation of the plugin.[详细]
2023-03-05 20:42 分类:问答Restrict choices shown in symfony admin generator edit multi-select
I am using the admin generator for the sfGuardUser module. The edit portion of the generator.yml file looks like this:[详细]
2023-02-25 06:46 分类:问答No Username? sfDoctrineGuard/Apply
I\'m using the sfDoctrineApplyPlugin and the reg开发者_Python百科istration form requires a username - what\'s the best way of removing this field?[详细]
2023-02-22 10:01 分类:问答sfDoctrineGuard - get only groups logged in user is a member of
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.[详细]
2023-02-17 18:13 分类:问答Symfony, Doctrine Guard Plugin, generator.yml file, customizing by using another module
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[详细]
2023-02-13 03:40 分类:问答Using Symfony, sfDoctrineGuardPlugin plugin, How can i customise sf_content? Using partials?
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[详细]
2023-02-09 14:03 分类:问答Migrating Existing Users and Passwords to new Symfony/sfDoctrineGuard User System
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.[详细]
2023-02-09 12:44 分类:问答sfDoctrineGuardPlugin forgets credentials after verifying them
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[详细]
2023-02-09 07:22 分类:问答