Upload 3 files
Browse files- config.yaml +4 -0
- hash_password.py +5 -0
- wuqijun/database_name.csv +6 -0
config.yaml
CHANGED
@@ -40,6 +40,10 @@ credentials:
|
|
40 |
email: [email protected]
|
41 |
name: carriec
|
42 |
password: '$2b$12$A8gBPYSbDgFgAbr9QGANUeZx6J0jYq56yuesd6FeWDeyTQ0DLURRS' # To be replaced with hashed password, test
|
|
|
|
|
|
|
|
|
43 |
cookie:
|
44 |
expiry_days: 30
|
45 |
key: random_signature_key # Must be string
|
|
|
40 |
email: [email protected]
|
41 |
name: carriec
|
42 |
password: '$2b$12$A8gBPYSbDgFgAbr9QGANUeZx6J0jYq56yuesd6FeWDeyTQ0DLURRS' # To be replaced with hashed password, test
|
43 |
+
wuqijun:
|
44 |
+
email: [email protected]
|
45 |
+
name: wuqijun
|
46 |
+
password: '$2b$12$I8jYTti0r9cajzMbP6wgN.5Dx8mqE89ZFZYE9a0L107JdqzTNWEpu' # To be replaced with hashed password, test
|
47 |
cookie:
|
48 |
expiry_days: 30
|
49 |
key: random_signature_key # Must be string
|
hash_password.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit_authenticator as stauth
|
2 |
+
|
3 |
+
passwords = ['wuqijun']
|
4 |
+
hashed_passwords = stauth.Hasher(passwords).generate()
|
5 |
+
print(hashed_passwords)
|
wuqijun/database_name.csv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name,date
|
2 |
+
joeshi,2023年9月
|
3 |
+
joeshi,2023年9月
|
4 |
+
Web App开发需求说明 20230512.pdf,2023-09-24 20:59
|
5 |
+
Sparks_of_AGI.pdf,2023-09-24 21:07
|
6 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2023-09-24 21:11
|