Browse Source

Added test to bad_users list by default

david 3 years ago
parent
commit
48485b5dbb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config.py

+ 2 - 1
config.py

@@ -53,7 +53,8 @@ def load_config():
                 "mysql",
                 "apache",
                 "nginx",
-                "admin"
+                "admin",
+                "test"
             ],
             "whitelist": []
         }