mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-05 22:44:27 +01:00
Update INSTALLATION.md on hash generate
This commit is contained in:
@@ -47,8 +47,8 @@ streamlit run main.py
|
||||
|
||||
```
|
||||
import streamlit_authenticator as st_auth
|
||||
hashed_password = st_auth.hasher_generate("YOUR_PLAIN_TEXT_PASSWORD")
|
||||
|
||||
hashed_password = st_auth.Hasher("YOUR_PLAIN_TEXT_PASSWORD").generate()[0]
|
||||
print(hashed_password)
|
||||
```
|
||||
|
||||
3 - Edit the Credentials YAML File
|
||||
|
||||
Reference in New Issue
Block a user