Skip to content

Commit 06c5239

Browse files
authored
Update system_login.xml.in
Allow the use of a trailing slash ("/") at the of the users home directory path. For example /home/test/
1 parent c3f6886 commit 06c5239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface-definitions/system_login.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<description>Path to home directory</description>
191191
</valueHelp>
192192
<constraint>
193-
<regex>\/$|(\/[a-zA-Z_0-9-.]+)+</regex>
193+
<regex>(\/[a-zA-Z_0-9-.]+)+\/?$</regex>
194194
</constraint>
195195
</properties>
196196
</leafNode>

0 commit comments

Comments
 (0)