summary refs log tree commit diff
path: root/latest/modules
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-06-06 09:50:03 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-06-06 09:50:03 +0000
commitbf6393f5a8057d57dee034d3dd546955cd12b434 (patch)
tree09140d6c755e7c35763483f6a7eb8dc7301e71e4 /latest/modules
parentdeploy: 8af29155ececd8fb18e54241012d73d60c33a79f (diff)
downloadsynapse-bf6393f5a8057d57dee034d3dd546955cd12b434.tar.xz
deploy: ec71214243eac58a4a6d272c15441a6405f6ae9c
Diffstat (limited to 'latest/modules')
-rw-r--r--latest/modules/password_auth_provider_callbacks.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/latest/modules/password_auth_provider_callbacks.html b/latest/modules/password_auth_provider_callbacks.html
index cd68b32bf9..0a767725e2 100644
--- a/latest/modules/password_auth_provider_callbacks.html
+++ b/latest/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,