summary refs log tree commit diff
path: root/docs/modules/password_auth_provider_callbacks.md
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2022-02-04 13:15:13 +0100
committerGitHub <noreply@github.com>2022-02-04 12:15:13 +0000
commit02632b3504ad4512c5f5a4f859b3fe326b19c788 (patch)
treea23ed29bbea62e51471f65a059ca3b7929f71e42 /docs/modules/password_auth_provider_callbacks.md
parentDelete MSC1711_certificates_FAQ.md (#11907) (diff)
downloadsynapse-02632b3504ad4512c5f5a4f859b3fe326b19c788.tar.xz
Stabilise MSC3231 (Token Based Registration) (#11867)
Diffstat (limited to 'docs/modules/password_auth_provider_callbacks.md')
-rw-r--r--docs/modules/password_auth_provider_callbacks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/password_auth_provider_callbacks.md b/docs/modules/password_auth_provider_callbacks.md
index ec8324d292..3697e3782e 100644
--- a/docs/modules/password_auth_provider_callbacks.md
+++ b/docs/modules/password_auth_provider_callbacks.md
@@ -148,7 +148,7 @@ Here's an example featuring all currently supported keys:
         "address": "33123456789",
         "validated_at": 1642701357084,
     },
-    "org.matrix.msc3231.login.registration_token": "sometoken",  # User has registered through the flow described in MSC3231
+    "m.login.registration_token": "sometoken",  # User has registered through a registration token
 }
 ```