From 3724992a206ae618b7aae76553a3ac5ae66dd054 Mon Sep 17 00:00:00 2001 From: Tristan Olive Date: Fri, 8 May 2015 13:33:44 -0400 Subject: [PATCH] Updated profile rejection email template to give more focus to the reason given (DBOINCP-102) --- .../sites/default/boinc/modules/boincuser/boincuser.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drupal/sites/default/boinc/modules/boincuser/boincuser.module b/drupal/sites/default/boinc/modules/boincuser/boincuser.module index 0b78c8bdff..12263069be 100644 --- a/drupal/sites/default/boinc/modules/boincuser/boincuser.module +++ b/drupal/sites/default/boinc/modules/boincuser/boincuser.module @@ -1285,7 +1285,10 @@ function boincuser_moderate_profile_reject($uid, $reason = '') { . "{$account->boincuser_name},\n" . "\n" . "{$moderator->boincuser_name} has rejected your profile at" - . " {$site_name}. {$reason}\n" + . " {$site_name} for the following reason: \n" + . "\n" + . "{$reason}\n" + . "\n" . "\n" . "Since it has not been approved, your profile is not visible to other" . " {$site_name} users. Please make the needed changes here:\n"