snimavat / nimble

Nimble Security Grails Plugin
Other
15 stars 19 forks source link

Add configuration option to where to redirect user after login #14

Closed snimavat closed 11 years ago

snimavat commented 11 years ago

Currently nimble redirects users to "/" if no target URI is present in params. Add configuration option to where to redirect user after login

snimavat commented 11 years ago

Fixed.

    localusers {
        authentication { 
            postLoginUrl = "/administration/adminstrators/index"
            enabled = true          
        }