mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 11:13:12 -06:00
Update error message
This commit is contained in:
parent
43b44a3d15
commit
e385cd18f6
|
|
@ -89,8 +89,8 @@ func (c *ClientAPI) Verify(configErrs *ConfigErrors, isMonolith bool) {
|
|||
if !c.RecaptchaEnabled && c.RegistrationSharedSecret == "" {
|
||||
configErrs.Add("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 captcha" +
|
||||
" or token-based verification. Otherwise this check can be removed by setting the " +
|
||||
"`enable_registration_without_verification` config option to `true`.")
|
||||
" or token-based verification. Otherwise this check can be removed by adding the " +
|
||||
"`--really-enable-open-registration` parameter.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue