Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add flag to turn on registrations again
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 25, 2022
1 parent 49029cf commit bc37519
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,12 @@ uploads_path: "{{SYNAPSE_ROOT}}uploads"
#
enable_registration: true

# Enable registration without email or captcha verification. Note: this option is *not* recommended,
# as registration without verification is a known vector for spam and abuse. Defaults to false. Has no effect
# unless `enable_registration` is also enabled.
#
enable_registration_without_verification: true

# The user must provide all of the below types of 3PID when registering.
#
#registrations_require_3pid:
Expand Down

0 comments on commit bc37519

Please sign in to comment.