mkhorasani / Streamlit-Authenticator

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

make register user more general! #228

Closed sheriffff closed 1 month ago

sheriffff commented 1 month ago

I do not want to have a password hint compulsorily when registering a new user...

mkhorasani commented 1 month ago

Hi @sheriffff, thank you for reaching out. But it is very good practice to ask users for a password hint. Personally I am very reluctant to remove it, but perhaps if other developers feel that this is necessary then I will consider it.

mathatan commented 1 month ago

It's actually really annoying that the hint cannot be removed. I'll probably have to fork just because of this.