Skip to content
Snippets Groups Projects
Commit f25e4033 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

if faculty/staff member, we'll auto-fill email field during the registration step

parent ebdce45a
Branches
No related tags found
No related merge requests found
......@@ -325,6 +325,9 @@
}
else
{
if($pf_user_info->mail)
forward($CONFIG->url . 'mod/cas_auth/views/default/account/getemail.php?e=' . $pf_user_info->mail);
else
forward($CONFIG->url . 'mod/cas_auth/views/default/account/getemail.php');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment