New default setting for email_communications
This commit is contained in:
parent
f329f2ff45
commit
8596466d49
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user