diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-19 16:22:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-19 16:22:41 +0100 |
| commit | 61ba7ee632fd2ee8fe58b636087e539da89c6e65 (patch) | |
| tree | 4c09b12af8a3d5bac714f4ce008d1f38a3d0b69e | |
| parent | 388fecf3cfb7729dbd18162a19f84b08afea4afd (diff) | |
| parent | 598c7a4ffd7c8dae3e3a9fa6b381949a62f625af (diff) | |
| download | vyos-1x-61ba7ee632fd2ee8fe58b636087e539da89c6e65.tar.gz vyos-1x-61ba7ee632fd2ee8fe58b636087e539da89c6e65.zip | |
Merge pull request #5000 from AlectoTheFirst/Increase-allowed-password-length
T6868: Monitoring Loki Basic Authentication Password Length Limit Inc…
| -rw-r--r-- | interface-definitions/include/generic-password.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/generic-password.xml.i b/interface-definitions/include/generic-password.xml.i index 76d5f12d8..0048e5173 100644 --- a/interface-definitions/include/generic-password.xml.i +++ b/interface-definitions/include/generic-password.xml.i @@ -7,9 +7,9 @@ <description>Password</description> </valueHelp> <constraint> - <regex>[[:ascii:]]{1,128}</regex> + <regex>[[:ascii:]]{1,512}</regex> </constraint> - <constraintErrorMessage>Password is limited to ASCII characters only, with a total length of 128</constraintErrorMessage> + <constraintErrorMessage>Password is limited to ASCII characters only, with a total length of 512</constraintErrorMessage> </properties> </leafNode> <!-- include end --> |
