Skip to content

Commit

Permalink
fix(synapse): configure password_config after using admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Jun 5, 2024
1 parent 83118c7 commit 6a740c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: default
data:
extraconfig.yaml: |
password_config:
enabled: {{ matrix.password_config }}
{% if discovery_room_id is defined %}
# Those rooms will be hidden from users
exclude_rooms_from_sync:
Expand Down
2 changes: 0 additions & 2 deletions ansible/roles/synapse/templates/synapse-chart-config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ redis:
extraConfig:
allow_public_rooms_over_federation: true
enable_registration_without_verification: false
password_config:
enabled: {{ matrix.password_config }}
max_upload_size: {{ matrix.media_upload_max_size_mb }}M
registrations_require_3pid:
- email
Expand Down

0 comments on commit 6a740c9

Please sign in to comment.