New default setting for email_communications

This commit is contained in:
Francesco Siddi 2015-11-12 01:19:59 +01:00
parent f329f2ff45
commit 8596466d49

View File

@ -111,7 +111,10 @@ def validate_token():
'auth': [{
'provider': 'blender-id',
'user_id': str(validation['data']['user']['id']),
'token': ''}]
'token': ''}],
'settings': {
'email_communications': 1
}
}
r = post_internal('users', user_data)
user_id = r[0]['_id']