mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-26 01:12:43 -05:00
Allows users to use OAuth tokens instead of passwords
This commit is contained in:
@@ -38,6 +38,8 @@ class MailAccount(document_models.ModelWithOwner):
|
||||
|
||||
password = models.CharField(_("password"), max_length=256)
|
||||
|
||||
is_token = models.BooleanField(_("Is token authentication"), default=False)
|
||||
|
||||
character_set = models.CharField(
|
||||
_("character set"),
|
||||
max_length=256,
|
||||
|
Reference in New Issue
Block a user