From 67a64b260c71200299ab38743cd27464abfd234a Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 25 Oct 2021 19:35:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 841f4a648..c02b5bab2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Added * Provide an ``ExtensiblePolymorphicModel`` to support the features of extensible models for polymorphic models and vice-versa. +Changed +~~~~~~~ + +* Refactor views/forms for creating/editing persons. Fixed ~~~~~ @@ -21,6 +25,8 @@ Fixed * Fix order of submit buttons in login form and restructure login template to make 2FA work correctly. * Fix page title bug on the impersonate page. +* Users were able to edit the linked user if self-editing was activated. +* Users weren't able to edit the allowed fields although they were configured correctly. `2.0rc7`_ - 2021-10-18 ---------------------- -- GitLab