Skip to content

Commit

Permalink
Merge pull request #4171 from aslanvyos/patch-1
Browse files Browse the repository at this point in the history
system_login: T6807: allow a trailing slash character in system login
  • Loading branch information
dmbaturin authored Nov 1, 2024
2 parents ba18d12 + 64d291e commit 47aa697
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 47aa697

Please sign in to comment.