X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Factions.py;h=f364bf2f2b30c0842e3c7003ab43cc98527b208e;hb=30b2c8fc76af554c39ddccfdb5d50e864b31a4a6;hp=e6dd0ea58e1a30cc2600bc8940c37cd97b17163e;hpb=f75124b277498b3d4ea090d8f6d59c681d6f4163;p=unfold.git diff --git a/portal/actions.py b/portal/actions.py index e6dd0ea5..f364bf2f 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -1055,7 +1055,7 @@ def sfa_create_user(wsgi_request, request, namespace = None, as_admin = False): sender = sender.replace('\n', '') - subject = 'User validated' + subject = 'Account validated' msg = EmailMultiAlternatives(subject, text_content, sender, [request['email']]) msg.attach_alternative(html_content, "text/html")