Werk #15684: password: empty strings should not be allowed as passwords
Komponente | REST API | ||||||
Titel | password: empty strings should not be allowed as passwords | ||||||
Datum | 30.05.2023 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
When creating or editing a password, the rest-api schema would previously allow an empty string to be set. This werk addresses this issue by only allowing passwords of length 1 or more.