From 52c971b388eaa2c5d148a16a9c3e11cccd40b67d Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 14 Mar 2017 12:28:32 +0200 Subject: [PATCH] text changes to registration mail content --- module/User/src/User/Service/Registration.php | 5 +---- public/templates/page/registered.html | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/module/User/src/User/Service/Registration.php b/module/User/src/User/Service/Registration.php index 5bf1fd8..7223194 100644 --- a/module/User/src/User/Service/Registration.php +++ b/module/User/src/User/Service/Registration.php @@ -71,10 +71,7 @@ class Registration extends \User\DataBin\Registration $params['firstName'] = $profile->firstName; $params['familyName'] = $profile->familyName; $params['message'] = 'Thank you for registering. Your registration was submitted for approval ' - . 'and you will receive email confirmation once your account has been verified.' - . 'Please note that if any documents were not uploaded they need to be emailed' - . ' (info@bid4cars.com.na) or faxed (086 618 5584) before we can approve your ' - . 'account.'; + . 'and you will receive email confirmation once your account has been verified.'; #-> Send welcome notification to User. $oNotify = new \Utility\Comms\Notification(); diff --git a/public/templates/page/registered.html b/public/templates/page/registered.html index 181fa19..7b4fdf6 100644 --- a/public/templates/page/registered.html +++ b/public/templates/page/registered.html @@ -5,8 +5,7 @@

Thank you for registering. Your registration was submitted for approval and you will receive email confirmation once your account - has been verified.Please note that if any documents were not uploaded - they need to be emailed (info@bid4cars.com.na) before we can approve your account. + has been verified.

-- 2.20.1