django-multifactor icon indicating copy to clipboard operation
django-multifactor copied to clipboard

Adds email template for fallback token

Open godswearhats opened this issue 2 years ago • 0 comments

Much like the 'brand.html' template, this offers an optional template that the user can override so that when the fallback email is sent, it looks more in line with all the other emails that come from the Django application.

I realize that I could just implement this using the fallback methods already available to me, but this seemed like a simple patch that would be generally useful to other sites.

godswearhats avatar Nov 02 '23 19:11 godswearhats