From 95fe69d363e6a13fca22db4abae9ac3ca66836dc Mon Sep 17 00:00:00 2001 From: rapcmia <73840223+rapcmia@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:07:48 +0800 Subject: [PATCH] Update INSTALLATION.md on hash generate --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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