I'm using all-auth (all-auth-rest) for basic authorization/authentication. By default, when the user register, Django all-auth is trying to send a verification email.
How can I disable it to prevent it from sending a verification email?
In settings.py
add:
ACCOUNT_EMAIL_VERIFICATION = 'none'
It will not send any email for verification.
Reference: django-allauth Configuration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With