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/',