So that we have the password handy later

This commit is contained in:
moodler
2005-08-01 08:49:33 +00:00
parent 58ebc9a361
commit 24d8f4fb7e
+1
View File
@@ -57,6 +57,7 @@ function sso_user_login($username, $password) {
$cookie = explode(';', $header[1]);
$cookie = $cookie[0];
$SESSION->HIVE_SESSION = $cookie;
$SESSION->HIVE_PASSWORD = $password;
return true;
}
}