django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
3e65b51895c5a28b870f2dcbdd98e0d71dff4552
parent
599cb68b632dbe52238408c30d94d13d8bf5008f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-14 07:57
use absolute links to github in README

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -50,7 +50,7 @@ send a warning to affected users under the following conditions:
   50    50 -   You need to provide some templates
   51    51     -   `mfa/login_failed_subject.txt`: optional, a default is included
   52    52     -   `mfa/login_failed_email.txt`: required, an example is included in the
   53    -1         [tests](/tests/templates/mfa/login_failed_email.txt)
   -1    53         [tests](https://github.com/xi/django-mfa3/blob/main/tests/templates/mfa/login_failed_email.txt)
   54    54     -   `mfa/login_failed_email.html`: optional
   55    55 
   56    56 All templates have access to the following context data: `email`, `domain`,