summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
committerErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
commitc0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch)
tree7fa41792cb0283a34f327935159e8b26c29857c8 /UPGRADE.rst
parentUse OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff)
parentUpdate CHANGES and UPGRADE (diff)
downloadsynapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst14
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
 ===================