From 64d291e78291123b0db7f72de0af0129c8e046ed Mon Sep 17 00:00:00 2001 From: Aslan Hajiyev <126803786+aslanvyos@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:50:53 +0400 Subject: [PATCH] T6807: allow a trailing slash character in system login Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/` --- interface-definitions/system_login.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface-definitions/system_login.xml.in b/interface-definitions/system_login.xml.in index f6c8021d32..9865e3d327 100644 --- a/interface-definitions/system_login.xml.in +++ b/interface-definitions/system_login.xml.in @@ -190,7 +190,7 @@ Path to home directory - \/$|(\/[a-zA-Z_0-9-.]+)+ + (\/[a-zA-Z_0-9-.]+)+\/?$