Development

Changeset 3390

You must first sign up to be able to contribute.

Changeset 3390

Show
Ignore:
Timestamp:
02/01/07 11:27:03 (2 years ago)
Author:
fabien
Message:

plugins: updated README file for sfGuardPlugin

Files:

Legend:

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

    r3389 r3390  
    4040  {{{ 
    4141    symfony cc 
     42  }}} 
     43 
     44  * Optionally enable the "Remember Me" filter in factories.yml  
     45  {{{  
     46    all:  
     47      security_filter:  
     48        class: sfGuardBasicSecurityFilter  
    4249  }}} 
    4350 
     
    296303  * finish the `getPassword` method 
    297304  * add support for HTTP Basic authentication 
    298   * add a "remember me" feature?