X-Git-Url: https://xp-dev.com/git/namibia/blobdiff_plain/13a03abad4413744476127ecf09538c770491fd8..HEAD:/module/User/src/User/Service/Registration.php 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();