summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2020-06-05 14:08:49 +0200
committerGitHub <noreply@github.com>2020-06-05 13:08:49 +0100
commit908f9e2d24617a62f5e2fe52aa68941c64b0fde3 (patch)
tree6ded245dad2dc2457968ea173b88ad3a13bcbc4e /changelog.d
parentAdd device management to admin API (#7481) (diff)
downloadsynapse-908f9e2d24617a62f5e2fe52aa68941c64b0fde3.tar.xz
Allow new users to be registered via the admin API even if the monthly active user limit has been reached (#7263)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7263.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7263.bugfix b/changelog.d/7263.bugfix
new file mode 100644
index 0000000000..0b4739261c
--- /dev/null
+++ b/changelog.d/7263.bugfix
@@ -0,0 +1 @@
+Allow new users to be registered via the admin API even if the monthly active user limit has been reached. Contributed by @dkimpel.