diff --git a/CHANGELOG.md b/CHANGELOG.md
index 912dcac92596a4def78e0576f87352af118379a7..0b85b3be264d74a67fdce9e2d8eb0cba3de33b2d 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.