diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-03-18 17:54:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 12:54:08 -0400 |
commit | 8dd2ea65a9566fd0850df0d989f700f61b490ed9 (patch) | |
tree | 558a61437c465c955160d45e8b8356d7ee9a5a68 /changelog.d | |
parent | Make federation catchup send last event from any server. (#9640) (diff) | |
download | synapse-8dd2ea65a9566fd0850df0d989f700f61b490ed9.tar.xz |
Consistently check whether a password may be set for a user. (#9636)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9636.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9636.bugfix b/changelog.d/9636.bugfix new file mode 100644 index 0000000000..fa772ed6fc --- /dev/null +++ b/changelog.d/9636.bugfix @@ -0,0 +1 @@ +Checks if passwords are allowed before setting it for the user. \ No newline at end of file |