diff options
author | David Baker <dbkr@users.noreply.github.com> | 2019-05-16 17:27:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 17:27:39 +0100 |
commit | 07cff7b1214060a4505030fc9eb822d974da9610 (patch) | |
tree | add1759e9b58bf32ba51cd408a17c44db7435f4c /changelog.d | |
parent | Make /sync attempt to return device updates for both joined and invited users... (diff) | |
parent | Terms might not be the last stage (diff) | |
download | synapse-07cff7b1214060a4505030fc9eb822d974da9610.tar.xz |
Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only
Re-order registration stages to do msisdn & email auth last
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5174.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5174.bugfix b/changelog.d/5174.bugfix new file mode 100644 index 0000000000..0f26d46b2c --- /dev/null +++ b/changelog.d/5174.bugfix @@ -0,0 +1 @@ +Re-order stages in registration flows such that msisdn and email verification are done last. |