Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mattiashallberg
commited on
added users
Browse files
app.py
CHANGED
@@ -39,6 +39,10 @@ def environ_auth(username, password):
|
|
39 |
return True
|
40 |
elif username == os.environ.get('ayae_fukui') and password == os.environ.get('ayae_fukui_password'):
|
41 |
return True
|
|
|
|
|
|
|
|
|
42 |
else:
|
43 |
return False
|
44 |
|
|
|
39 |
return True
|
40 |
elif username == os.environ.get('ayae_fukui') and password == os.environ.get('ayae_fukui_password'):
|
41 |
return True
|
42 |
+
elif username == os.environ.get('yusuke_hamada_ryumeikan') and password == os.environ.get('yusuke_hamada_ryumeikan_password'):
|
43 |
+
return True
|
44 |
+
elif username == os.environ.get('matsukura_eri_dentsu') and password == os.environ.get('matsukura_eri_dentsu_password'):
|
45 |
+
return True
|
46 |
else:
|
47 |
return False
|
48 |
|