aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/authentication/group.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py
index 08652454..dd9ba808 100755
--- a/scripts/authentication/group.py
+++ b/scripts/authentication/group.py
@@ -123,6 +123,7 @@ def create_group_data(users: Dict, target_group: str,
"name": target_group,
"admins": list(admin_ids),
"members": list(member_ids),
+ "created_timestamp": timestamp,
"changed_timestamp": timestamp,
})}