Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extra_scripts/add_group_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
for user in users:
user_dict[user[0]] = user[3] # id is key, email is value

cursor.execute("SELECT * FROM custos_authnz_token")
cursor.execute("SELECT * FROM oidc_user_authnz_tokens WHERE provider='e-infra_cz'")
einfra_users = cursor.fetchall()

einfra_emails = []
Expand Down