Closed antonykamp closed 3 years ago
Adding a mail verification in the login process would ban fake mails. You could achieve this by using tokens and adding a new attribute isVerified to users and a mailer.
isVerified
Adding a mail verification in the login process would ban fake mails. You could achieve this by using tokens and adding a new attribute
isVerified
to users and a mailer.