From 7657f761b6f3b30ac9b13b3c6abddcae2123e62a Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 28 Aug 2014 15:40:13 +0200 Subject: [PATCH] reject req email: text updated --- portal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/actions.py b/portal/actions.py index cb4a6fcd..3fed09d6 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -432,7 +432,7 @@ def portal_reject_request(wsgi_request, request_ids): current_site = current_site.domain subject = 'User validation denied.' - msg = 'You have recently registered to ' + current_site + '. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact your manager or contact us for further information.' + msg = 'You have recently registered to ' + current_site + '. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact the manager of your institution for further information. For any other queries, contact us by replying to this email.' send_mail(subject, msg, 'support@onelab.eu',[user_email], fail_silently=False) # removing from Django auth_user UserModel = get_user_model() -- 2.43.0