Ignore:
Timestamp:
Feb 8, 2009, 11:28:04 PM (15 years ago)
Author:
gav
Message:

Lots of changes to setup Acegi, should be complete with all current pages secured.
Added CSS and PersonGroup? and PersonGroupType?.
Adjust BootStrap? to suite.
Add Home and Admin pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/controllers/LogoutController.groovy

    r58 r59  
    99        def index = {
    1010                // TODO  put any pre-logout code here
    11                 redirect(uri: '/j_spring_security_logout')
     11       
     12                redirect(uri: '/j_spring_security_logout?logoutSuccessUrl=/login/loggedOut')
    1213        }
    1314}
Note: See TracChangeset for help on using the changeset viewer.