Skip to content
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

Feature: Email confirmation while registering #16

Open
arnabsen1729 opened this issue Jan 2, 2021 · 0 comments
Open

Feature: Email confirmation while registering #16

arnabsen1729 opened this issue Jan 2, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@arnabsen1729
Copy link
Collaborator

arnabsen1729 commented Jan 2, 2021

Description

Approach 1
Right now when the user registers right now they just get an email. Instead, they can be sent a specific token which they have to visit, if they visit only then the account will be created.

For creating the tokens and sending emails you can look into the utils.py

Approach 2
Sent a secret code in the email, and they have to input that code to verify.

@arnabsen1729 arnabsen1729 added enhancement New feature or request good first issue Good for newcomers labels Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant