rfe #9981: RedirectAfterLogin Setting

This commit is contained in:
Yung Han Khoe 2009-05-15 18:57:12 +00:00
parent 21452ce58f
commit 5f60eddaa7
5 changed files with 37 additions and 0 deletions

View file

@ -452,6 +452,14 @@ sub definition {
defaultValue=>$setting->get("passiveProfilingEnabled"),
extras=>'onchange="alert(\''.$i18n->get("Illegal Warning").'\')" '
});
push @fields, {
tab => "user",
name => "redirectAfterLoginUrl",
fieldType => "url",
defaultValue => $setting->get('redirectAfterLoginUrl'),
label => $i18n->get( 'redirectAfterLoginUrl label' ),
hoverHelp => $i18n->get( 'redirectAfterLoginUrl description' ),
};
push @fields, {
tab => "user",
name => "showMessageOnLogin",