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

Feature - Disallow registration if email is already taken. #46

Closed NoNeuronsNoStress closed 5 months ago

NoNeuronsNoStress commented 1 year ago

Currently the registration only blocks registration if the username is already taken, but it allows to register with the same email infinite time, which is not good. Perhaps you could add a feature that doesnt allow to use the same email more than once.

mkhorasani commented 1 year ago

Hi @NoNeuronsNoStress, yes I guess that makes sense. Will implement it in a future release.

mkhorasani commented 5 months ago

Hi @NoNeuronsNoStress, this feature has been implemented in release v0.3.1.