From 788e94b41f8124a05c6f25bf3084fcdaa36f4d63 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 4 Feb 2002 20:23:04 +0000 Subject: Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko --- token.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index 81ae29629..7e20d7483 100755 --- a/token.cgi +++ b/token.cgi @@ -227,6 +227,8 @@ sub changePassword { SendSQL("DELETE FROM tokens WHERE token = $::quotedtoken"); SendSQL("UNLOCK TABLES"); + InvalidateLogins($userid); + # Return HTTP response headers. print "Content-Type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b