You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: