Minor update to Acl.xml (#2100)

Minor edit to make error message clearer.
This commit is contained in:
jeremiah-rs
2021-04-15 13:25:01 +02:00
committed by GitHub
parent ab2a6353c2
commit fddf85bef2
@@ -13,7 +13,7 @@
<default></default>
<Required>Y</Required>
<mask>/^(?!any$|localhost$|localnets$|none$)[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_-. Built-in ACL names must not be used: any, localhost, localnets, none.</ValidationMessage>
<ValidationMessage>Should be a string between 1 and 32 characters. Allowed characters are 0-9, a-z, A-Z, _ and -. Built-in ACL names must not be used: any, localhost, localnets, none.</ValidationMessage>
</name>
<networks type="NetworkField">
<default></default>