Update models.py

This commit is contained in:
shamoon 2024-10-14 07:20:40 -07:00 committed by GitHub
parent 9b84dc06b6
commit 5f80308ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)