On Tue, May 6, 2008 at 11:57 PM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:

> Any here know if is possible use credentials for secure a entire module or 
> application (backend)?

I'm not sure to clearly understand your needs, but if you want to
secure a whole app by default with admin credential, you can do the
following in your app security.yml:

all:
  is_secure: on
  credentials: admin

Then override this base configuration in modules and actions by case,
if you need, eg. the sfGuardAuth/login action:

login:
  is_secure: off

++

-- 
Nicolas Perriault
http://prendreuncafe.com/blog
GSM: 06.60.92.08.67

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to