You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

579 B

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