Werk #15684: password: empty strings should not be allowed as passwords
Component | REST API |
Title | password: empty strings should not be allowed as passwords |
Date | May 30, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p1 2.1.0p29 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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.