Branch: refs/heads/stable-15.5.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: a9ccbc28c0f1c192d61d4c7cca11c6840f2315dd
https://github.com/xwiki/xwiki-platform/commit/a9ccbc28c0f1c192d61d4c7cca11…
Author: pjeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiUser.java
M
xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/user/api/XWikiUserTest.java
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getusers.vm
Log Message:
-----------
XWIKI-21611: Set right author when disabling/enabling an account
* Set only the original metadata author in XWikiUser.setDisabled
* Use the same disable/enable action everywhere
* Remove no longer needed request parameters
(cherry picked from commit f89c8f47fad6e5cc7e68c69a7e0acde07f5eed5a)