From 7c7030eab1845eb20b998d0317e36b297f43c159 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Wed, 27 Jan 2010 23:38:37 +0000 Subject: [PATCH] username parameter is not needed, going to profile/edit.php when logged in will show you your profile --- plugins/cas_auth_unl/actions/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cas_auth_unl/actions/login.php b/plugins/cas_auth_unl/actions/login.php index eb933b96..e4c9fc14 100644 --- a/plugins/cas_auth_unl/actions/login.php +++ b/plugins/cas_auth_unl/actions/login.php @@ -81,7 +81,7 @@ $lastlogin_date = $_SESSION['user']->last_login; if (!$lastlogin_date){ - forward("mod/profile/edit.php?firstlogin=yes&username=$username"); + forward("mod/profile/edit.php?firstlogin=yes"); } //forward("pg/profile/$username"); forward("pg/dashboard/"); -- GitLab