mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 17:24:13 -04:00
Stabilise MSC3231 (Token Based Registration) (#11867)
This commit is contained in:
parent
b3d155a749
commit
02632b3504
8 changed files with 28 additions and 9 deletions
|
@ -38,4 +38,4 @@ class UIAuthSessionDataConstants:
|
|||
# used during registration to store the registration token used (if required) so that:
|
||||
# - we can prevent a token being used twice by one session
|
||||
# - we can 'use up' the token after registration has successfully completed
|
||||
REGISTRATION_TOKEN = "org.matrix.msc3231.login.registration_token"
|
||||
REGISTRATION_TOKEN = "m.login.registration_token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue