From bc9f3f5c07f1a1f9358503118101c5c19cd5a80d Mon Sep 17 00:00:00 2001 From: Andrey Savihin Date: Fri, 20 Oct 2023 16:31:19 +0300 Subject: [PATCH] Cfg: fixed UserNameRegex --- config/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/appsettings.json b/config/appsettings.json index 3549e9b8ea..175514a086 100644 --- a/config/appsettings.json +++ b/config/appsettings.json @@ -36,7 +36,7 @@ }, "server-root": "", "username": { - "regex": "^[\p{L}\p{M}' \-]+$" + "regex": "^[\\p{L}\\p{M}' \\-]+$" } }, "license": {