diff options
| -rw-r--r-- | interface-definitions/system-login.xml.in | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/interface-definitions/system-login.xml.in b/interface-definitions/system-login.xml.in index d772c7821..90f56cc9d 100644 --- a/interface-definitions/system-login.xml.in +++ b/interface-definitions/system-login.xml.in @@ -184,6 +184,13 @@                <leafNode name="home-directory">                  <properties>                    <help>Home directory</help> +                  <valueHelp> +                    <format>txt</format> +                    <description>Path to home directory</description> +                  </valueHelp> +                  <constraint> +                    <regex>\/$|(\/[a-zA-Z_0-9-]+)+</regex> +                  </constraint>                  </properties>                </leafNode>              </children> | 
