Changeset 1864
- Timestamp:
- 07/28/2010 07:06:29 PM (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/trunk/apps/frontend/config/settings.yml
r1832 r1864 88 88 - aAdmin 89 89 90 error_404_module: a # To be called when a 404 error is raised91 error_404_action: error404 # Or when the requested URL doesn't match any route90 error_404_module: a # To be called when a 404 error is raised 91 error_404_action: error404 # Or when the requested URL doesn't match any route 92 92 93 login_module: sfGuardAuth # To be called when a non-authenticated user94 login_action: signin # Tries to access a secure page95 # 96 # secure_module: default# To be called when a user doesn't have97 # secure_action: secure# The credentials required for an action98 # 93 login_module: sfGuardAuth # To be called when a non-authenticated user 94 login_action: signin # Tries to access a secure page 95 96 secure_module: a # To be called when a user doesn't have 97 secure_action: secure # The credentials required for an action 98 99 99 # module_disabled_module: default # To be called when a user requests 100 100 # module_disabled_action: disabled # A module disabled in the module.yml
