summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-06-18 17:21:51 +0200
committerGitHub <noreply@github.com>2024-06-18 16:21:51 +0100
commit97c3d988161f69821f00b722aafaea4fcb31759f (patch)
treef30651a502235dc1f3af67a63961223f770cba10 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-97c3d988161f69821f00b722aafaea4fcb31759f.tar.xz
register_new_matrix_user: add password-file flag (#17294)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17294.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/17294.feature b/changelog.d/17294.feature
new file mode 100644
index 0000000000..33aac7b0bc
--- /dev/null
+++ b/changelog.d/17294.feature
@@ -0,0 +1,2 @@
+`register_new_matrix_user` now supports a --password-file flag, which
+is useful for scripting.