mkhorasani / Streamlit-Authenticator

A secure authentication module to manage user access in a Streamlit application.
Other
1.67k stars 260 forks source link

Update authentication_controller.py #208

Closed Ethan-C-Honzik closed 2 months ago

Ethan-C-Honzik commented 2 months ago

Browser generated passwords aren't accepted by the default password validation. I saw could provide my own validation class but it wasn't used. Found out this line was the culprit. Now custom validation can be used.

mkhorasani commented 2 months ago

Thank you @Ethan-C-Honzik, however this has already been fixed in v0.3.4 which will be released shortly. Kind regards.