Development

Changeset 32763

You must first sign up to be able to contribute.

Changeset 32763

Show
Ignore:
Timestamp:
07/14/11 02:09:10 (2 years ago)
Author:
Nathan.Vonnahme
Message:

updated README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/bhLDAPAuthPlugin/trunk/README

    r29365 r32763  
    156156        enabled_modules: [default, ..., sfGuardAuth, bhLDAPAuth] 
    157157 
    158 ***NOTE:*** at this time, it's also necessary to turn off CSRF protection here.  I think it is because we mix the bhLDAPAuth module's forms with the forms from sfGuardAuth.  Any help or patches are appreciated! 
    159  
    160         csrf_secret:            false 
    161  
    162  
    163158Change the default login and secure modules under `all:``.actions` in 
    164159`apps/frontend/config/settings.yml` 
     
    334329## Changelog ## 
    335330 
     331### 6.0 
     332* nathan: release for symfony 1.4 with Propel 1.6 (sfPropel15Plugin) 
     333* CSRF fix from Gabriele Franzini 
     334 
     335### 5.1 
     336* CSRF fix from Gabriele Franzini 
     337 
     338### 5.0.1 
     339 
     340* Nathan: rewrote debugDump which was causing trouble (PHP crashes) in some cases 
     341* Nathan: fixed bug preventing the first login for each user 
     342 
     343 
    336344### 5.0 
    337345