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