mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

change the labels in login form #90

Closed frsouzaa closed 5 months ago

frsouzaa commented 9 months ago

Hello im Brazilian and the login form for my project must be in Portuguese, so i added some params to the login method to make the labels changeable

eytan-ohana commented 6 months ago

hello @mkhorasani

Just wanted to upvote this simple change :)

mkhorasani commented 5 months ago

Hi @frsouzaa, this feature has been implemented in release v0.2.4. You can now customize the text of the fields/headers/buttons of all the widgets by passing your own labels to the fields parameter of each widget.