Check that username is not in the banned list

This commit is contained in:
Naglfar
2020-05-26 20:13:08 +02:00
parent 334f222e3d
commit ba830c97ec
3 changed files with 3 additions and 0 deletions

1
setenv
View File

@@ -11,3 +11,4 @@ export LIST_NAME="thunix-join@lists.tildeverse.org"
export EMAIL_TEMPLATE="include/email.tmpl"
export TILDE_JSON="/var/www/thunix.cf/tilde.json"
export YAML_FILE="$1.yml"
export BANNED="/root/users.banned"