From 38bd7d24dda61711067d9716bbda56a248a8ef96 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Fri, 14 Apr 2023 12:13:29 +0000 Subject: deploy: dabbb94fafd335966bbdb5bd2187678872731a0d --- develop/modules/password_auth_provider_callbacks.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'develop/modules') 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.

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.

+

Deleting the related pushers is done after calling on_logged_out, so you can rely on them +to still be present.

If multiple modules implement this callback, Synapse runs them all in order.

get_username_for_registration

First introduced in Synapse v1.52.0

-- cgit 1.5.1