Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorasani authored Oct 3, 2024
1 parent f93d53d commit c6144d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,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.
* In addition you may access the user's roles through **st.session_state['roles']**.

### 7. Authenticating users

Expand Down Expand Up @@ -354,6 +355,7 @@ except Exception as e:
![](https://github.com/mkhorasani/Streamlit-Authenticator/blob/main/graphics/register_user.JPG)

* Please note that you may access the user's roles through **st.session_state['roles']**.
* **_Please remember to update the config file (as shown in step 13) after you use this widget._**

### 10. Creating a forgot password widget
Expand Down

0 comments on commit c6144d7

Please sign in to comment.