|
| email = models.EmailField(unique=True) |
| secret = models.CharField(max_length=32) |
| enabled = models.BooleanField(default=False) |
Definition at line 5 of file models.py.
◆ __str__()
twofa.models.User2FA.__str__ |
( |
| self | ) |
|
◆ email
twofa.models.User2FA.email = models.EmailField(unique=True) |
|
static |
◆ enabled
twofa.models.User2FA.enabled = models.BooleanField(default=False) |
|
static |
◆ secret
twofa.models.User2FA.secret = models.CharField(max_length=32) |
|
static |
The documentation for this class was generated from the following file: