aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2020-11-19 00:56:06 +0200
committerGitHub <noreply@github.com>2020-11-18 22:56:06 +0000
commit1cf9f20d2f740864a48bfb3465f686f4bfe61591 (patch)
treedf65c63abe624d92dc1689ca79413d877679f96d /sytest-whitelist
parente65a3443a42f9a7f2ddfcf4fda3a58b660d00b14 (diff)
Allow = in user identifiers (#1590)
While I was breaking through all the TDD bureaucracy to finally push this fix, it turned out that it already got fixed in #1578. Still I push the rest of the changes (basically, everything except of actually fixing the bug ;)). `=` is crucial for matrix-bifrost which turns XMPP @'s into =40. Signed-off-by: Bohdan Horbeshko <bodqhrohro@gmail.com>
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist7
1 files changed, 7 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index 17bf2581..ffcb1785 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -16,6 +16,13 @@ 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 '''
+POST /register allows registration of usernames with 'q'
+POST /register allows registration of usernames with '3'
+POST /register allows registration of usernames with '.'
+POST /register allows registration of usernames with '_'
+POST /register allows registration of usernames with '='
+POST /register allows registration of usernames with '-'
+POST /register allows 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