How can i do the login page for the login, register, forget_password

When I click the registration button, I can go to the registration page;
When I click the Forgot Password button, I can go to the Forgot Password page;
When I click to confirm registration, I am able to return to the login page.
How to achieve this?



1 Like

Do you use the streamlit-authenticator library?

1 Like

I know and try it.But I make the MySQL as my database.So I don‘t adopt it. But I use the st.tabs as my solutions

1 Like