summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ssh-user.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/ssh-user.xml.i')
-rw-r--r--interface-definitions/include/ssh-user.xml.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/ssh-user.xml.i b/interface-definitions/include/ssh-user.xml.i
index 17ba05a90..6ac1f35bc 100644
--- a/interface-definitions/include/ssh-user.xml.i
+++ b/interface-definitions/include/ssh-user.xml.i
@@ -3,7 +3,7 @@
<properties>
<help>Allow specific users to login</help>
<constraint>
- <regex>^[-_a-zA-Z0-9.]{1,100}</regex>
+ <regex>[-_a-zA-Z0-9.]{1,100}</regex>
</constraint>
<constraintErrorMessage>Illegal characters or more than 100 characters</constraintErrorMessage>
<multi/>