mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-18 21:27:50 -04:00
Rework UI Auth session validation for registration (#7455)
Be less strict about validation of UI authentication sessions during registration to match client expecations.
This commit is contained in:
parent
aa5aa6f96a
commit
0ad6d28b0d
6 changed files with 291 additions and 113 deletions
|
@ -516,6 +516,7 @@ class RegisterRestServlet(RestServlet):
|
|||
body,
|
||||
self.hs.get_ip_from_request(request),
|
||||
"register a new account",
|
||||
validate_clientdict=False,
|
||||
)
|
||||
|
||||
# Check that we're not trying to register a denied 3pid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue