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 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
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.