Add feature, redirect after logout.

This commit is contained in:
Colin Kuskie 2012-02-24 23:07:15 -08:00
parent 476b14f82c
commit 04c902a23e
7 changed files with 73 additions and 6 deletions

View file

@ -4214,12 +4214,24 @@ LongTruncOk=1</p>
context => q{Label for site setting},
},
'showMessageOnLogin description' => {
'redirectAfterLoginUrl description' => {
message => q{Users will be redirected to this url after logging in.},
lastUpdated => 0,
context => q{Description for site setting},
},
'redirectAfterLogoutUrl label' => {
message => q{Redirect After Logout Url},
lastUpdated => 0,
context => q{Label for site setting},
},
'redirectAfterLogoutUrl description' => {
message => q{Users will be redirected to this url after logging out.},
lastUpdated => 0,
context => q{Description for site setting},
},
'showMessageOnLogin label' => {
message => q{Show Message On Login?},
lastUpdated => 0,