From c6fe7b6e9f09198c813763d5b75c9edbc286b07b Mon Sep 17 00:00:00 2001
From: Aslan Hajiyev <126803786+aslanvyos@users.noreply.github.com>
Date: Thu, 24 Oct 2024 10:24:02 +0400
Subject: [PATCH] Update system_login.xml.in
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 dd26b00ef7..9084427f36 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-.]+)+\/?$