Re : Re: Re : Re: [symfony-users] Login check issue

2011-05-12 Thread absdv
It works, thank you very much. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googleg

Re : Re: [symfony-users] Login check issue

2011-05-12 Thread absdv
Here is my security.yml file : security: encoders: Symfony\Component\Security\Core\User\User: plaintext role_hierarchy: ROLE_ADMIN: ROLE_USER ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH] providers: in_memory: use

Re : Re: [symfony-users] Login check issue

2011-05-12 Thread absdv
If I add return; it doesn't change a thing. If I add return true; or return new Response('');, I get : The controller must return a response ('1' given). -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message beca

[symfony-users] Login check issue

2011-05-12 Thread absdv
Hello, I've copied the AcmeDemo Secured configuration to my Bundle. But when I submit the login form, le login_check action give me this error : "The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?" Could you help me with this,

[symfony-users] Bundle does not contain any mapped entities.

2011-04-19 Thread absdv
Hi, I want to run this command in PR11 : $ php app/console doctrine:generate:entities SdvSuiviBundle And I get : Bundle SdvSuiviBundle does not contain any mapped entities. In config.yml, I have : # Doctrine Configuration doctrine: dbal: default_connection: default connections