mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 04:03:09 -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)
|
// secrets)
|
||||||
RegistrationDisabled bool `yaml:"registration_disabled"`
|
RegistrationDisabled bool `yaml:"registration_disabled"`
|
||||||
|
|
||||||
// Enable registration without captcha verification or shared secret. Note: this option is *not* recommended,
|
// Enable registration without captcha verification or shared secret.
|
||||||
// as registration without verification is a known vector for spam and abuse. Defaults to false. Has no effect
|
// This option is populated by the -really-enable-open-registration
|
||||||
// unless `registration_disabled` is set to false.
|
// command line parameter as it is not recommended.
|
||||||
OpenRegistrationWithoutVerificationEnabled bool `yaml:"-"`
|
OpenRegistrationWithoutVerificationEnabled bool `yaml:"-"`
|
||||||
|
|
||||||
// If set, allows registration by anyone who also has the shared
|
// If set, allows registration by anyone who also has the shared
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue