Alexey Roussanov
Alexey Roussanov
basically I download your `config.yaml` and the test file as is. Then generate hash for the first user using ```python from streamlit_authenticator.utilities.hasher import Hasher hashed_passwords = Hasher(['abc', 'def']).generate() ``` ```...
I noticed that after I couldn't reproduce the approach in the README.
no quotation marks, I checked
```yml cookie: expiry_days: 30 key: some_signature_key name: some_cookie_name credentials: usernames: dbaldwin: email: [email protected] failed_login_attempts: 0 logged_in: false name: David Baldwin password: $2b$12$V0II5n4vIwgSbXyv1ApeAuhoAcB5pMOUnXf1e.e.qtXMaodw4KLIC jsmith: email: [email protected] failed_login_attempts: 0 logged_in: true name:...
If you tell me more on how to add this. Maybe I can help