Registration sends a confirmation email to the user and they can confirm via a token in the email that updates their status in the database see [this article](https://realpython.com/blog/python/handling-email-confirmation-in-flask/) for similar
Registration sends a confirmation email to the user and they can confirm via a token in the email that updates their status in the database
see this article for similar