Skip to content

Commit

Permalink
Enable registration for Tech meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored Oct 29, 2024
1 parent a8ad2c8 commit d27c41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/group_vars/matrix_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix_static_files_container_labels_base_domain_enabled: true
matrix_server_fqn_matrix: "{{ now(fmt='%Y') }}-ephemeral.host.seagl.org"

# Enable or disable this when the time is right
# matrix_synapse_enable_registration: true
matrix_synapse_enable_registration: true

matrix_client_element_enabled: false
devture_playbook_state_preserver_vars_preservation_enabled: false
Expand Down

2 comments on commit d27c41b

@AndrewKvalheim
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synapse is currently in a crash+restart loop, logging:

synapse.config._base.ConfigError: You have enabled open registration without any verification. This is a known vector for spam and abuse. If you would like to allow public registration, please consider adding email, captcha, or token-based verification. Otherwise this check can be removed by setting the enable_registration_without_verification config option to true.

@AndrewKvalheim
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging #5 resolved this

Please sign in to comment.