You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ import streamlit_authenticator as stauth
55
55
* Enter a name, random key, and number of days to expiry, for a re-authentication cookie that will be stored on the client's browser to enable password-less re-authentication. If you do not require re-authentication, you may set the number of days to expiry to 0.
56
56
* Define an optional list of pre-authorized emails of users who are allowed to register and add their credentials to the config file using the **register_user** widget.
57
57
* Add the optional configuration parameters for OAuth2 if you wish to use the **experimental_guest_login** button.
58
-
***_Please remember to update the config file (as shown in step 13) after you use the reset_password, register_user, forgot_password, or update_user_details widgets._**
58
+
***_Please remember to update the config file (as shown in step 13) anytime the contents are updated or after using any of the widgets._**
***_Please remember to re-invoke an 'unrendered' login widget on each and every page in a multi-page application._**
191
+
****_Please remember to update the config file (as shown in step 13) after you use this widget._**
191
192
192
193
### 6. Creating a guest login button
193
194
@@ -483,7 +484,7 @@ if st.session_state['authentication_status']:
483
484
484
485
### 13. Updating the config file
485
486
486
-
* 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.
487
+
* Please ensure that the config file is re-saved anytime the contents are updated or after using any of the widgets.
0 commit comments