From 09763eb1eb5d0f9b5284edb08ce76b216b358cc5 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Sat, 17 Jan 2004 06:46:30 +0000 Subject: Fix for bug 90468: Bugzilla does not log out automatically when closing the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk. --- defparams.pl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 5ce5b3104..640f92b97 100644 --- a/defparams.pl +++ b/defparams.pl @@ -455,6 +455,24 @@ sub find_languages { checker => \&check_loginmethod }, + { + name => 'rememberlogin', + desc => 'Controls management of session cookies + ', + type => 's', + choices => ['on', 'defaulton', 'defaultoff', 'off'], + default => 'on', + checker => \&check_multi + }, + { name => 'mostfreqthreshold', desc => 'The minimum number of duplicates a bug needs to show up on the ' . -- cgit v1.2.3-24-g4f1b