diff --git a/INSTALLATION.md b/INSTALLATION.md index 0917d9c..27ea422 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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