summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-19 16:39:30 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-19 16:39:42 +0100
commitb796d4b9d04981418082f4e71b98e7af1eb211ee (patch)
treef7f6415b54e2642629d761572ed2fcae5495c3fc /docs
parentBF: The enter key in the image URL box called sendImage() with no argument (diff)
downloadsynapse-b796d4b9d04981418082f4e71b98e7af1eb211ee.tar.xz
Added registration/login jsfiddle, formatted so it can be loaded directly from jsfiddle. Requires jQuery 1.8.3
Diffstat (limited to 'docs')
-rw-r--r--docs/client-server/howto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/client-server/howto.rst b/docs/client-server/howto.rst
index de096ab60c..57a2d2424c 100644
--- a/docs/client-server/howto.rst
+++ b/docs/client-server/howto.rst
@@ -2,7 +2,8 @@ TODO(kegan): Tweak joinalias API keys/path? Event stream historical > live needs
 a token (currently doesn't). im/sync responses include outdated event formats
 (room membership change messages). Room config (specifically: message history,
 public rooms). /register seems super simplistic compared to /login, maybe it
-would be better if /register used the same technique as /login?
+would be better if /register used the same technique as /login? /register should
+be "user" not "user_id".
 
 
 How to use the client-server API