From 1cb5bf828bcd720db3b25cbbb68c19e2f9273423 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 3 Jan 2004 06:20:25 +0000 Subject: [PATCH] Don't carry description around in USER session variable ... can be big --- login/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/login/index.php b/login/index.php index da57ff85b4..e01a807e70 100644 --- a/login/index.php +++ b/login/index.php @@ -43,6 +43,7 @@ } $USER = $user; + $USER->description = ""; // No need to cart this around $USER->loggedin = true; $USER->site = $CFG->wwwroot; // for added security -- 2.39.5