To participate you must create an account on apostrophenow.com. If you have already done so, click Login.

Changeset 1865

Show
Ignore:
Timestamp:
07/28/2010 07:08:29 PM (6 weeks ago)
Author:
johnnyoffline
Message:

updated settings.yml to use the bundled secureSuccess template in the apostrophe plugin instead of the default one - 1.4 and trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/1.4/apps/frontend/config/settings.yml

    r1831 r1865  
    8888      - aAdmin 
    8989 
    90     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 
     90    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 
    9292 
    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:          default   # To be called when a user doesn't have 
    97 #    secure_action:          secure    # The credentials required for an action 
     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 
    9898# 
    9999#    module_disabled_module: default   # To be called when a user requests