From 201ad7ed04261f3b405417097912032d04a65ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 3 Feb 2016 17:47:15 +0100 Subject: [PATCH] contacts: ask authentic to send activation emails (#9496) --- welco/contacts/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/welco/contacts/views.py b/welco/contacts/views.py index 406c8d6..e287a60 100644 --- a/welco/contacts/views.py +++ b/welco/contacts/views.py @@ -120,6 +120,7 @@ class ContactAdd(FormView): msg[field_key] = form[field_key].value() msg['password'] = str(random.SystemRandom().random()) + msg['send_registration_email'] = True authentic_response = requests.post( get_authentic_url() + 'api/users/',