feat: added former aliases to teh banned list of usernames

This commit is contained in:
silver 2023-12-30 12:58:52 +00:00
parent 5900c41ab7
commit fc78cfd83f

View file

@ -372,6 +372,10 @@ in {
"wiles" "wiles"
"yvonne" "yvonne"
"zrahman" "zrahman"
] ++ [
# former aliases
"david.dolphin"
"cc"
]; ];
}; };
}; };