Changeset 32763
- Timestamp:
- 07/14/11 02:09:10 (2 years ago)
- Files:
-
- plugins/bhLDAPAuthPlugin/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/bhLDAPAuthPlugin/trunk/README
r29365 r32763 156 156 enabled_modules: [default, ..., sfGuardAuth, bhLDAPAuth] 157 157 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: false161 162 163 158 Change the default login and secure modules under `all:``.actions` in 164 159 `apps/frontend/config/settings.yml` … … 334 329 ## Changelog ## 335 330 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 336 344 ### 5.0 337 345