mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-04 00:31:12 -06:00
To support token auth better, increase the password field (more of a double duty) to be 2048 chars
This commit is contained in:
@@ -36,7 +36,7 @@ class MailAccount(document_models.ModelWithOwner):
|
||||
|
||||
username = models.CharField(_("username"), max_length=256)
|
||||
|
||||
password = models.CharField(_("password"), max_length=256)
|
||||
password = models.CharField(_("password"), max_length=2048)
|
||||
|
||||
is_token = models.BooleanField(_("Is token authentication"), default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user