Add group foundation (#16935)

Add group foundation
This commit is contained in:
Paulus Schoutsen
2018-10-08 16:35:38 +02:00
committed by GitHub
parent dd55ff87c8
commit c3b1121d77
7 changed files with 186 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ def _user_info(user):
'is_owner': user.is_owner,
'is_active': user.is_active,
'system_generated': user.system_generated,
'group_ids': [group.id for group in user.groups],
'credentials': [
{
'type': c.auth_provider_type,