Update common.py with more blacklisted usernames

This commit is contained in:
Eliot Berriot 2018-07-19 10:49:01 +00:00
parent 63df2e29cb
commit ba5c3bfc90
1 changed files with 4 additions and 0 deletions

View File

@ -451,6 +451,10 @@ ACCOUNT_USERNAME_BLACKLIST = [
"staff",
"service",
"me",
"ghost",
"_",
"hello",
"contact",
] + env.list("ACCOUNT_USERNAME_BLACKLIST", default=[])
EXTERNAL_REQUESTS_VERIFY_SSL = env.bool("EXTERNAL_REQUESTS_VERIFY_SSL", default=True)