diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-18 09:46:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 09:46:18 -0400 |
commit | 56db0b1365965c02ff539193e26c333b7f70d101 (patch) | |
tree | eee3ca1f7b66287334cf02ca5aed246e6bc7bba7 /changelog.d/7523.bugfix | |
parent | 1.13.0rc2 (diff) | |
download | synapse-56db0b1365965c02ff539193e26c333b7f70d101.tar.xz |
Hash passwords earlier in the registration process (#7523)
Diffstat (limited to 'changelog.d/7523.bugfix')
-rw-r--r-- | changelog.d/7523.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7523.bugfix b/changelog.d/7523.bugfix new file mode 100644 index 0000000000..552dae39f0 --- /dev/null +++ b/changelog.d/7523.bugfix @@ -0,0 +1 @@ +Hash passwords as early as possible during registration. |