Streamlit-Authenticator icon indicating copy to clipboard operation
Streamlit-Authenticator copied to clipboard

Register User Function

Open emirayurc opened this issue 1 year ago • 2 comments

Hello, I don't want to ask users for a password hint, but I couldn't find a way to disable this feature. Also, I would like to apply my own password criteria because the current ones seem too strict. Additionally, there is an enforcement of English letters in the Name and Surname fields. In my language, names and surnames can include letters like Ş, Ö, and Ğ. I would appreciate your support on these matters.

Thank you :)

emirayurc avatar Oct 23 '24 11:10 emirayurc

Hi @emirayurc, since disabling the password hint was requested by another developer as well, I will implement it in the next release. Please stay tuned. As for the password criteria and other languages you can pass your own Validator object to the Authenticate class to implement it please see this script.

mkhorasani avatar Oct 23 '24 13:10 mkhorasani

I am also interested in removing the requirement for a password hint. Perhaps I missed it in the documentation, but I don't even see how to display the password hint if you have one. Either way, removing the requirement in Register User would best meet my needs. Thanks for creating this great tool!

kevintcaron avatar Dec 13 '24 17:12 kevintcaron