[symfony-users] stupid question about securing backend with sfGuard?

2010-04-23 Thread Tofuwarrior
Hi, I've followed through the sfGuard installation and have used it fine for the front end. Now I have enabled it in the backend and set default: is_secure: true in the backend but it displays a page saying this page is not public and saying I need to login in the login form This isn't

Re: [symfony-users] stupid question about securing backend with sfGuard?

2010-04-23 Thread safa boubekri
hi try to create administator symfony guard:create-user admin admin symfony guard:promote admin i had the same problem after this it's resolved -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] stupid question about securing backend with sfGuard?

2010-04-23 Thread Gábor Fási
sfGuardAuth is the module that handles the authentication and authorization, you'll need to enable that as well. The other modules are to manage the users, the permissions, etc. On Fri, Apr 23, 2010 at 15:56, Tofuwarrior p...@clearintent.co.uk wrote: Hi, I've followed through the sfGuard