mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Make the annotation show up
This commit is contained in:
parent
9c360559e3
commit
39e498325f
|
|
@ -1,24 +1,6 @@
|
||||||
GET /register yields a set of flows
|
GET /register yields a set of flows
|
||||||
POST /register can create a user
|
POST /register can create a user
|
||||||
POST /register downcases capitals in usernames
|
POST /register downcases capitals in usernames
|
||||||
POST /register rejects registration of usernames with '!'
|
|
||||||
POST /register rejects registration of usernames with '"'
|
|
||||||
POST /register rejects registration of usernames with ':'
|
|
||||||
POST /register rejects registration of usernames with '?'
|
|
||||||
POST /register rejects registration of usernames with '\'
|
|
||||||
POST /register rejects registration of usernames with '@'
|
|
||||||
POST /register rejects registration of usernames with '['
|
|
||||||
POST /register rejects registration of usernames with ']'
|
|
||||||
POST /register rejects registration of usernames with '{'
|
|
||||||
POST /register rejects registration of usernames with '|'
|
|
||||||
POST /register rejects registration of usernames with '}'
|
|
||||||
POST /register rejects registration of usernames with '£'
|
|
||||||
POST /register rejects registration of usernames with 'é'
|
|
||||||
POST /register rejects registration of usernames with '\n'
|
|
||||||
POST /register rejects registration of usernames with '''
|
|
||||||
GET /login yields a set of flows
|
|
||||||
POST /login can log in as a user
|
|
||||||
POST /login returns the same device_id as that in the request
|
|
||||||
POST /login can log in as a user with just the local part of the id
|
POST /login can log in as a user with just the local part of the id
|
||||||
POST /login as non-existing user is rejected
|
POST /login as non-existing user is rejected
|
||||||
POST /login wrong password is rejected
|
POST /login wrong password is rejected
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue