Add feature, redirect after logout.
This commit is contained in:
parent
476b14f82c
commit
04c902a23e
7 changed files with 73 additions and 6 deletions
|
|
@ -495,6 +495,14 @@ sub definition {
|
|||
label => $i18n->get( 'redirectAfterLoginUrl label' ),
|
||||
hoverHelp => $i18n->get( 'redirectAfterLoginUrl description' ),
|
||||
};
|
||||
push @fields, {
|
||||
tab => "user",
|
||||
name => "redirectAfterLogoutUrl",
|
||||
fieldType => "url",
|
||||
defaultValue => $setting->get('redirectAfterLogoutUrl'),
|
||||
label => $i18n->get( 'redirectAfterLogoutUrl label' ),
|
||||
hoverHelp => $i18n->get( 'redirectAfterLogoutUrl description' ),
|
||||
};
|
||||
push @fields, {
|
||||
tab => "user",
|
||||
name => "showMessageOnLogin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue