Skip to content

Commit

Permalink
Update system_login.xml.in
Browse files Browse the repository at this point in the history
Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/`
  • Loading branch information
aslanvyos authored Oct 24, 2024
1 parent c3f6886 commit c6fe7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface-definitions/system_login.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<description>Path to home directory</description>
</valueHelp>
<constraint>
<regex>\/$|(\/[a-zA-Z_0-9-.]+)+</regex>
<regex>(\/[a-zA-Z_0-9-.]+)+\/?$</regex>
</constraint>
</properties>
</leafNode>
Expand Down

0 comments on commit c6fe7b6

Please sign in to comment.