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.
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.