From 47ee73f3e66f0f191a88669f7cf137168b0770f9 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 10 Feb 2010 14:58:10 +0000 Subject: [PATCH] Allow existing parents, principals, mentors, and alumni to create mutlirole accounts. --- user_login.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_login.php b/user_login.php index be960822..df3b9fa8 100644 --- a/user_login.php +++ b/user_login.php @@ -118,6 +118,10 @@ case 'sponsor': $reg_open = 'notpermitted'; break; + case 'parent': case 'alumni': case 'principal': case 'mentor': + /* Always open, because they could have been auto-created */ + $reg_open = 'open'; + break; case 'student': default: if($_GET['action']!="logout")