diff options
author | clokep <clokep@users.noreply.github.com> | 2023-05-23 14:36:46 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-05-23 14:36:46 +0000 |
commit | a6a2ed09cbf7b639ff9944a441ee6b9bdad52c36 (patch) | |
tree | 8d9dea9109514d2eceeaf79fa87af1f04fe556ae /develop/modules | |
parent | deploy: 1df0221bda65cc90ee3a15d210b87e8065bc865f (diff) | |
download | synapse-a6a2ed09cbf7b639ff9944a441ee6b9bdad52c36.tar.xz |
deploy: 7c9b91790c013d11ca88a9d01e0054939eda8523
Diffstat (limited to 'develop/modules')
-rw-r--r-- | develop/modules/password_auth_provider_callbacks.html | 2 |
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 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.</p> <code>/login</code> request. If the module doesn't wish to return a callback, it must return <code>None</code> instead.</p> <p>If the authentication is unsuccessful, the module must return <code>None</code>.</p> +<p>Note that the user is not automatically registered, the <code>register_user(..)</code> method of +the <a href="writing_a_module.html">module API</a> can be used to lazily create users.</p> <p>If multiple modules register an auth checker for the same login type but with different fields, Synapse will refuse to start.</p> <p>If multiple modules register an auth checker for the same login type with the same fields, |