-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send verification email after registration #190
Comments
Hi @chuong98, currently you can specify a list of pre-authorized emails or domains that are allowed to register, anything else will not be allowed to register. Please check the |
Hi @mkhorasani . I've been searching for authentication method in streamliit for months, and I found yours. |
Yes, theoretically he can create an account with his password before the true owner does. |
This is not a bug per se and is intentional by design. There's no reason why a user should have access to the list of pre-authorized emails, in the same way that the user should not have access to any other private information in the config file. |
Yes, if you want to limit user registration by domain name, you can use the |
Hi, thanks for the package.
It will be more practical if after registering, we send an auto generated password (or a verification link) to the email that user registered.
The user needs to login with the received password for the first time (or click on verification link).
It is almost a standard process to avoid creating user with fake email.
Thank you.
The text was updated successfully, but these errors were encountered: