#Send a verification code email on login
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I'm using django-allauth, and I want to send an email to the user when he logs in. I want the email to contain a verification code for additional security, like a OTP code for example.
Is there a way to achieve this?
or is there another way of achieving this?
using django-allauth of course.