summary refs log tree commit diff
path: root/develop/modules
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-04-14 12:13:29 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-04-14 12:13:29 +0000
commit38bd7d24dda61711067d9716bbda56a248a8ef96 (patch)
tree5ff25c5ef5a64bd352d091a956a43c8a3ab24df5 /develop/modules
parentdeploy: 4af0aec54dad261bcad240d8a878a1c16934e77c (diff)
downloadsynapse-38bd7d24dda61711067d9716bbda56a248a8ef96.tar.xz
deploy: dabbb94fafd335966bbdb5bd2187678872731a0d
Diffstat (limited to 'develop/modules')
-rw-r--r--develop/modules/password_auth_provider_callbacks.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/develop/modules/password_auth_provider_callbacks.html b/develop/modules/password_auth_provider_callbacks.html

index 4533026ac9..b921b486bc 100644 --- a/develop/modules/password_auth_provider_callbacks.html +++ b/develop/modules/password_auth_provider_callbacks.html
@@ -223,6 +223,8 @@ the authentication is denied.</p> <p>Called during a logout request for a user. It is passed the qualified user ID, the ID of the deactivated device (if any: access tokens are occasionally created without an associated device ID), and the (now deactivated) access token.</p> +<p>Deleting the related pushers is done after calling <code>on_logged_out</code>, so you can rely on them +to still be present.</p> <p>If multiple modules implement this callback, Synapse runs them all in order.</p> <h3 id="get_username_for_registration"><a class="header" href="#get_username_for_registration"><code>get_username_for_registration</code></a></h3> <p><em>First introduced in Synapse v1.52.0</em></p>