summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-18 09:54:35 -0400
committerGitHub <noreply@github.com>2020-08-18 09:54:35 -0400
commitacfb7c3b5d49e86529cdb1c4fd06460b5c330686 (patch)
tree8f7dcb57bddb89a96abb8db39d9534d01f678da9
parentFix the return type of send_nonmember_events. (#8112) (diff)
downloadsynapse-acfb7c3b5d49e86529cdb1c4fd06460b5c330686.tar.xz
Add a link to the matrix-synapse-rest-password-provider. (#8111)
-rw-r--r--changelog.d/8111.doc1
-rw-r--r--docs/password_auth_providers.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/8111.doc b/changelog.d/8111.doc
new file mode 100644

index 0000000000..d3f7435452 --- /dev/null +++ b/changelog.d/8111.doc
@@ -0,0 +1 @@ +Link to matrix-synapse-rest-password-provider in the password provider documentation. diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md
index fef1d47e85..7d98d9f255 100644 --- a/docs/password_auth_providers.md +++ b/docs/password_auth_providers.md
@@ -14,6 +14,7 @@ password auth provider module implementations: * [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3/) * [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) +* [matrix-synapse-rest-password-provider](https://github.com/ma1uta/matrix-synapse-rest-password-provider) ## Required methods