mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Underscores are allowed in user ids
This commit is contained in:
parent
7a3fe48ba4
commit
7959e8b764
@ -52,7 +52,7 @@ class RegistrationHandler(BaseHandler):
|
||||
if urllib.quote(localpart.encode('utf-8')) != localpart:
|
||||
raise SynapseError(
|
||||
400,
|
||||
"User ID can only contain characters a-z, 0-9, or '-./'",
|
||||
"User ID can only contain characters a-z, 0-9, or '_-./'",
|
||||
Codes.INVALID_USERNAME
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user