Add feature, redirect after logout.
This commit is contained in:
parent
476b14f82c
commit
04c902a23e
7 changed files with 73 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue