We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9fd4f0 + 895994e commit bdb590bCopy full SHA for bdb590b
1 file changed
extra_scripts/add_group_users.py
@@ -11,7 +11,7 @@
11
for user in users:
12
user_dict[user[0]] = user[3] # id is key, email is value
13
14
-cursor.execute("SELECT * FROM custos_authnz_token")
+cursor.execute("SELECT * FROM oidc_user_authnz_tokens WHERE provider='e-infra_cz'")
15
einfra_users = cursor.fetchall()
16
17
einfra_emails = []
0 commit comments