jazzband / django-two-factor-auth

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
MIT License
1.71k stars 448 forks source link

Only Email input on login form #516

Closed guiolmar closed 2 years ago

guiolmar commented 2 years ago

We are currently using django-magiclink. This creates a temporary link with which you can log in and is sent to the user's email. We want to replace this system with a temporary code. We also want the login form to only contain one field to enter the email. If the email is correct, the email with the code will be sent to the user.

Thanks!