You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
H-Shay
added
A-Docs
things relating to the documentation
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
labels
Apr 26, 2022
The example of the password auth provider callbacks does not work because it returns a string instead of a Tuple[string,...]:
Link: https://matrix-org.github.io/synapse/develop/modules/password_auth_provider_callbacks.html
If you try to use it it throws an error, that the returned type is not of type Tuple[string,...]
It works if you use:
return (self.api.get_qualified_user_id(username),None)
The text was updated successfully, but these errors were encountered: