blob: 678f30ddf5a81adc33e224f5a95fcb59d1f4caab (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <!-- include start from generic-username.xml.i -->
<leafNode name="username">
  <properties>
    <help>Username used for authentication</help>
    <valueHelp>
      <format>txt</format>
      <description>Username</description>
    </valueHelp>
    <constraint>
      <regex>[[:ascii:]]{1,128}</regex>
    </constraint>
    <constraintErrorMessage>Username is limited to ASCII characters only, with a total length of 128</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->
 |