Revision 19d8afdf
Added by Serghei Mihai over 9 years ago
ckanext/ozwillo_organization_api/plugin.py | ||
---|---|---|
60 | 60 |
organization = data_dict['organization'] |
61 | 61 |
user = data_dict['user'] |
62 | 62 |
user_dict = { |
63 |
'id': user['id'], |
|
63 | 64 |
'name': user['name'].lower().replace(' ', '').replace('.', ''), |
64 | 65 |
'email': user['email_address'], |
65 | 66 |
'password': user['id'] |
Also available in: Unified diff
user id got from provisionned data