deploy: 7c9b91790c
This commit is contained in:
parent
ad0e0fe8cf
commit
a6a2ed09cb
|
@ -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,
|
||||
|
|
|
@ -10332,6 +10332,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="modules/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,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue