diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
commit | c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch) | |
tree | 7fa41792cb0283a34f327935159e8b26c29857c8 /UPGRADE.rst | |
parent | Use OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff) | |
parent | Update CHANGES and UPGRADE (diff) | |
download | synapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz |
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 6ea348acc3..4045baf4e0 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,3 +1,17 @@ +Upgrading to vx.xx +================== + +Servers which use captchas will need to add their public key to:: + + static/client/register/register_config.js + + window.matrixRegistrationConfig = { + recaptcha_public_key: "YOUR_PUBLIC_KEY" + }; + +This is required in order to support registration fallback (typically used on +mobile devices). + Upgrading to v0.7.0 =================== |