From 7eea9a53c90a3294737c439b8f9ddd9aa4110c43 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 3 Feb 2023 16:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6d60204..6d64f63 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # docker-synapse-rest-auth +``` +password_providers: + - module: "rest_auth_provider.RestAuthProvider" + config: + endpoint: http://10.10.10.6:8090 + policy: + registration: + username: + enforceLowercase: false + profile: + name: true + login: + profile: + name: false + +```