diff options
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/config.py b/core/models/config.py index 5d2fdfb..ffe7172 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -165,6 +165,7 @@ class Config(models.Model): signup_text: str = "" post_length: int = 500 + identity_min_length: int = 2 identity_max_per_user: int = 5 identity_max_age: int = 24 * 60 * 60 |