From fb91695a3bdd5957e36a39eae093d3c7b14a2555 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Thu, 25 Jun 2020 17:52:11 +0300 Subject: fix: escape username field in config --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 3d8ffd2..278b076 100644 --- a/config/default.json +++ b/config/default.json @@ -8,7 +8,7 @@ "local" ], "local": { - "usernameField": "username", + "usernameField": "\\username", "passwordField": "password" } } -- cgit v1.2.3