From 697063b73c05105b1a2eb0573e6aa0d0ba09879c Mon Sep 17 00:00:00 2001 From: Mohammad Khorasani Date: Mon, 14 Oct 2024 19:06:54 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b03c09..24a753b 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ except LoginError as e: ![](https://github.com/mkhorasani/Streamlit-Authenticator/blob/main/graphics/guest_login_microsoft.JPG) * Please note that upon successful login, the guest user's name, email, and other information will be registered in the credentials dictionary and their re-authentication cookie will be saved automatically. +* **_Please remember to update the config file (as shown in step 13) after you use this widget._** ### 7. Authenticating users @@ -482,7 +483,7 @@ if st.session_state['authentication_status']: ### 13. Updating the config file -* Please ensure that the config file is re-saved anytime the credentials are updated or whenever the **reset_password**, **register_user**, **forgot_password**, or **update_user_details** widgets are used. +* Please ensure that the config file is re-saved anytime the credentials are updated or whenever the **experimental_guest_login**, **reset_password**, **register_user**, **forgot_password**, or **update_user_details** widgets are used. ```python with open('../config.yaml', 'w') as file: