summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2024-01-02 12:52:51 +0100
committerGitHub <noreply@github.com>2024-01-02 11:52:51 +0000
commit14ed84ac333a7dd7223793bab53fd115ea24a149 (patch)
treeafcbcd041d3b2c9814cd323bbeac137bc079830e /changelog.d
parentRemove config value from header (#16763) (diff)
downloadsynapse-14ed84ac333a7dd7223793bab53fd115ea24a149.tar.xz
Enable user without password (#16770)
Closes:
- https://github.com/matrix-org/synapse/issues/10397
- #10397 

An administrator should know whether he wants to set a password or not.
There are many uses cases where a blank password is required.

- Use of only some users with SSO.
- Use of bots with password, users with SSO
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16770.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16770.bugfix b/changelog.d/16770.bugfix
new file mode 100644
index 0000000000..c02bd8510d
--- /dev/null
+++ b/changelog.d/16770.bugfix
@@ -0,0 +1 @@
+Allow reactivate user without password with Admin API in some edge cases.