From 5bae61bb04a75c33be313cc4669b458230b015f7 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_new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_new.php b/user_new.php index 6a6c7d2..6ffc312 100644 --- a/user_new.php +++ b/user_new.php @@ -147,7 +147,7 @@ /* forward the user to the login page for whatever role * they already have (it doesn't matter), and * setup a login role_add redirect */ - message_push(notice(i18n("Your email address already exists. Please login to your existing account below and you will be redirected to the multi-role creation page to complete your registration request."))); + message_push(notice(i18n("Your email address already exists. This could be because you already have an account, or because a participant has entered your name/email as a parent or teacher or guardian or principal. Not to worry, please login to your existing account below and you will be redirected to the multi-role creation page to complete your registration request. You can use the password recovery link below to get your password."))); header("location: user_login.php?type={$types[0]}&redirect=roleadd&redirectdata=$type"); exit; }