File size: 439 Bytes
68a4e9f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
credentials:
usernames:
Lewis:
email: lewiskimaru01@gmail.com
logged_in: False
name: Lewis Kimaru
password: abc # Will be hashed automatically
Tri:
email: trianatha3@gmail.com
logged_in: False
name: Tri Anatha
password: def # Will be hashed automatically
cookie:
expiry_days: 30
key: apex@2024 # Must be string
name: sema
preauthorized:
emails:
- lewiskimaru01@gmail.com |