Development

Changeset 4183

You must first sign up to be able to contribute.

Changeset 4183

Show
Ignore:
Timestamp:
06/09/07 09:31:39 (1 year ago)
Author:
fabien
Message:

sfGuardPlugin: fixed documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfGuardPlugin/README

    r4182 r4183  
    4242  }}} 
    4343 
    44   * Optionally enable the "Remember Me" filter in factories.yml  
    45   {{{  
    46     all:  
    47       security_filter:  
    48         class: sfGuardBasicSecurityFilter  
     44  * Optionally enable the "Remember Me" filter in settings.yml 
     45  {{{ 
     46    security: 
     47      class: sfGuardBasicSecurityFilter 
    4948  }}} 
    5049