From cd79cb4526da67d9966f31cf405c866ef76400c6 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 15 Jun 2021 16:22:48 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912dcac9..0b85b3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,9 @@ This is the last Bootstrap-3 compatible release. ### Added (for new features, dependecies etc.) * Displaying and interacting with the entity state. -* Change password functionality for users of the internal user source. +* Change password functionality for users of the internal user source. Disable + with `BUILD_MODULE_USER_MANAGEMENT=DISABLED` and set the user realm with + `BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB`. * Visually highlighted drop zones for properties and parents in the edit_mode. * two new field types for the form_elements module, `file` and `select`. See the module documentation for more information. -- GitLab