mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Merge branch 's7evink/config' of github.com:matrix-org/dendrite into s7evink/config
This commit is contained in:
commit
c4ba81a3d4
|
|
@ -16,9 +16,9 @@ type ClientAPI struct {
|
|||
// secrets)
|
||||
RegistrationDisabled bool `yaml:"registration_disabled"`
|
||||
|
||||
// Enable registration without captcha verification or shared secret. 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 `registration_disabled` is set to false.
|
||||
// Enable registration without captcha verification or shared secret.
|
||||
// This option is populated by the -really-enable-open-registration
|
||||
// command line parameter as it is not recommended.
|
||||
OpenRegistrationWithoutVerificationEnabled bool `yaml:"-"`
|
||||
|
||||
// If set, allows registration by anyone who also has the shared
|
||||
|
|
|
|||
Loading…
Reference in a new issue