djangodjango-rest-frameworkemail-verification

How to create django registration with email conformation code


Someone has a guide mb or tutorial about how can i make instant email verification by code like i want to register user and after he typed his email username and password in registerForm send him code on email NOT link and check that code and create user if everything is good with code

And i also searching for way to do the same with drf


Solution

  • A minimal specification to add user signup with email code verification in Django can be: