Werk #13768: API: addition of enforce password change as configurable option for user create endpoint and moving the option in for the update endpoint
Component | REST API |
Title | API: addition of enforce password change as configurable option for user create endpoint and moving the option in for the update endpoint |
Date | Feb 28, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0b3 2.0.0p22 |
Level | Trivial Change |
Class | New Feature |
Compatibility | Incompatible - Manual interaction might be required |
In the previous version, the enforce_password_change option was always set to True when creating a new user with a password and was not a configurable option. This werk changes this and introduces this as a configurable option defaulting to False. In addition, this werk also moves this option to the auth password details for the update endpoint.