Skip to content
Snippets Groups Projects
Commit 7a9c8b30 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Direct users to Dashboard upon login instead of their profile (except for first login).

parent fa36ccb0
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@
if (!$lastlogin_date){
forward("mod/profile/edit.php?firstlogin=yes&username=$username");
}
forward("pg/profile/$username");
//forward("pg/profile/$username");
forward("pg/dashboard/");
}
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment