From a6a2ed09cbf7b639ff9944a441ee6b9bdad52c36 Mon Sep 17 00:00:00 2001 From: clokep Date: Tue, 23 May 2023 14:36:46 +0000 Subject: deploy: 7c9b91790c013d11ca88a9d01e0054939eda8523 --- 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 cd68b32bf9..0a767725e2 100644 --- a/develop/modules/password_auth_provider_callbacks.html +++ b/develop/modules/password_auth_provider_callbacks.html @@ -180,6 +180,8 @@ the client.

/login request. If the module doesn't wish to return a callback, it must return None instead.

If the authentication is unsuccessful, the module must return None.

+

Note that the user is not automatically registered, the register_user(..) method of +the module API can be used to lazily create users.

If multiple modules register an auth checker for the same login type but with different fields, Synapse will refuse to start.

If multiple modules register an auth checker for the same login type with the same fields, -- cgit 1.4.1