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

button name for reset_password changeble #88

Closed jandvorak-sol60279 closed 5 months ago

jandvorak-sol60279 commented 9 months ago

this make possibility to change text on button from reset_button. because theres no other function for changing password, and when reset_password is used for changing password, it makes some user discomfort, when they are seeing reset, instead of change .

lcg29 commented 9 months ago

this make possibility to change text on button from reset_button. because theres no other function for changing password, and when reset_password is used for changing password, it makes some user discomfort, when they are seeing reset, instead of change .

Hi jandvorak-sol60279, You can replace 'reset' with 'change' in the py file. I would like to ask you to successfully implement the reset password function? First, I found that there was no reminder even if I entered the current password incorrectly, and second, I tried to update the configuration file after resetting the password, but config did not seem to contain the updated configuration

mkhorasani commented 5 months ago

Hi @jandvorak-sol60279, 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.