mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Minor update to Server.xml
Minor edit to make error message clearer.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
<mask>/^([0-9a-zA-Z]){1,32}$/u</mask>
|
||||
<ValidationMessage>Should be a string between 1 and 32 characters. Allowed characters are 0-9a-zA-Z</ValidationMessage>
|
||||
<ValidationMessage>Should be a string between 1 and 32 characters. Allowed characters are 0-9, a-z, and A-Z</ValidationMessage>
|
||||
</name>
|
||||
<instance type="AutoNumberField">
|
||||
<MinimumValue>0</MinimumValue>
|
||||
|
||||
Reference in New Issue
Block a user