Skip to content
Snippets Groups Projects
Commit 082c88a4 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Update CHANGES and UPGRADE

parent 2eeb8ec4
No related branches found
No related tags found
No related merge requests found
Changes in synapse vx.x.x (x-x-x)
=================================
* Add support for registration fallback. This is a page hosted on the server
which allows a user to register for an account, regardless of what client
they are using (e.g. mobile devices).
Changes in synapse v0.7.1 (2015-02-19)
======================================
......
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
===================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment