We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7737c70 commit 25aa89eCopy full SHA for 25aa89e
cla-backend/cla/auth.py
@@ -15,7 +15,7 @@
15
16
# This list represents admin users who can perform logo
17
# uploads and project and cla manager permission updates
18
-admin_list = ['***REMOVED***', 'SellJamHere', 'vnaidu', 'mun5424', 'ddeal', 'bryan.stone']
+admin_list = ['vnaidu', 'ddeal', 'bryan.stone', 'jszkut']
19
20
class AuthError(Exception):
21
def __init__(self, response):
0 commit comments