celiao / django-rest-authemail

A RESTful API for user signup and authentication using email addresses.
GNU General Public License v3.0
314 stars 91 forks source link

Sign up without email verification. #16

Closed tuananhdn closed 7 years ago

tuananhdn commented 7 years ago

I have function login with facebook, it will automatically create user if not exists, but my problem is it will send an email verification to user, can we create a verified user without it?

Thanks.

celiao commented 7 years ago

Hey, @tuananhdn. If you read through README.rst, you will find: Optionally, you may add a AUTH_EMAIL_VERIFICATION setting to specify whether to enable email verification for new users on account registration/signup. Setting this to False will automatically verify newly created users..