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.
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!