Disallow usernames containing "fedora"
See: https://pagure.io/fedora-infrastructure/issue/10743 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
49353b598e
commit
632f16f252
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ MAIL_DOMAIN_BLOCKLIST = [
|
|||
"0ooos3.cn",
|
||||
"bccto.cc",
|
||||
]
|
||||
# Forbidden username patterns
|
||||
USERNAME_BLOCKLIST = [
|
||||
r".*fedora.*"
|
||||
]
|
||||
|
||||
# Chat network settings
|
||||
CHAT_NETWORKS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue