diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-24 09:58:20 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-24 09:58:20 +0000 |
commit | 082c88a4b22ded83607b40b080a0e862a3e34ed5 (patch) | |
tree | 9ef8ace2c05aadb02c7de874dcad7cfa46456d25 /UPGRADE.rst | |
parent | Set user-visible error when the server is misconfigured. (diff) | |
download | synapse-082c88a4b22ded83607b40b080a0e862a3e34ed5.tar.xz |
Update CHANGES and UPGRADE
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 =================== |