summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-18 17:24:43 -0700
committerAndrew Godwin2022-11-18 17:24:43 -0700
commit80193114909a3f6ca1eda9a47b6330ef249a8ee5 (patch)
tree488baeeb9ab98a2d27500c03af70a0a25758e91a /core
parent81de10b70c85c5222b17d8c4358a8aa8812f2559 (diff)
downloadtakahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.gz
takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.bz2
takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.zip
Deployment re-jiggling
Diffstat (limited to 'core')
-rw-r--r--core/models/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/models/config.py b/core/models/config.py
index 57d9e55..5d2fdfb 100644
--- a/core/models/config.py
+++ b/core/models/config.py
@@ -168,6 +168,8 @@ class Config(models.Model):
identity_max_per_user: int = 5
identity_max_age: int = 24 * 60 * 60
+ restricted_usernames: str = "admin\nadmins\nadministrator\nadministrators\nsystem\nroot\nannounce\nannouncement\nannouncements"
+
class UserOptions(pydantic.BaseModel):
pass