contacts: ask authentic to send activation emails (#9496)

This commit is contained in:
Frédéric Péters 2016-02-03 17:47:15 +01:00
parent 7d715ba058
commit 201ad7ed04
1 changed files with 1 additions and 0 deletions

View File

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