[symfony-users] Re: Credentials problem

2010-05-08 Thread Tofuwarrior
For anyone else having similar problems who finds this thread. If you are trying to secure individual modules I had no joy putting them in app/config/security.yml What worked was creating individual config/security.yml files for each module with: all: is_secure: true credentials: [foo,bar]

[symfony-users] Re: Credentials problem

2010-05-08 Thread Tofuwarrior
ALSO: don't forget to logout and login when you change credentials on a user as the credentials are set for the user on login I came unstuck with that too. And obviously clear the cache when you change the security.yml files On May 8, 4:00 pm, Tofuwarrior p...@clearintent.co.uk wrote: For

[symfony-users] Re: Credentials problem

2010-04-01 Thread wueb
I solved. The problem was because i was logged with a is_super_admin user!! When that happens he ignore the credentials and he have full access to everything!! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] Re: Credentials problem

2010-03-25 Thread wueb
My security.yml on the application or inside the module? I already have. Right now they are like this: #application security.yml default: is_secure: on #module security.yml all: credentials: 6 I try what you suggest and nothing happened unfortunally. I still can access module withouth

Re: [symfony-users] Re: Credentials problem

2010-03-25 Thread Sid Bachtiar
It should be 'default' I think, not 'all'. On Thu, Mar 25, 2010 at 11:36 PM, wueb webmaster@gmail.com wrote: My security.yml on the application or inside the module? I already have. Right now they are like this: #application security.yml default:  is_secure: on #module security.yml

[symfony-users] Re: Credentials problem

2010-03-25 Thread wueb
I know mate. The problem is the logged user can't have access to a specific module if he don't have the Credential 6, but he is having access to it, even without the Credential 6. On 25 Mar, 10:31, Sid Bachtiar sid.bacht...@gmail.com wrote: Another thing... I think you confuse authentication

[symfony-users] Re: Credentials problem

2010-03-25 Thread wueb
Well, i follow Symfony book instructions. They say is all. But i try default and nothing happened. http://www.symfony-project.org/reference/1_4/en/08-Security On 25 Mar, 10:38, Sid Bachtiar sid.bacht...@gmail.com wrote: It should be 'default' I think, not 'all'. On Thu, Mar 25, 2010 at

Re: [symfony-users] Re: Credentials problem

2010-03-25 Thread Denis Golovin
I'm not shure, but I think you need to check sfUser credentials by youself. -- 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