Update models.py
This commit is contained in:
parent
9b84dc06b6
commit
5f80308ecb
@ -42,7 +42,7 @@ class MailAccount(document_models.ModelWithOwner):
|
|||||||
|
|
||||||
username = models.CharField(_("username"), max_length=256)
|
username = models.CharField(_("username"), max_length=256)
|
||||||
|
|
||||||
password = models.CharField(_("password"), max_length=2048)
|
password = models.CharField(_("password"), max_length=3072)
|
||||||
|
|
||||||
is_token = models.BooleanField(_("Is token authentication"), default=False)
|
is_token = models.BooleanField(_("Is token authentication"), default=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user