diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 16:06:03 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-11 16:06:03 +0700 |
commit | ad04d12de63d559cc6398c58296afd04321adfbc (patch) | |
tree | efd3139c6cc9f6a838f2317723aa4ca6ae1d34b0 /docs | |
parent | f26013cf2ee9c04d4b99819991aaa5936e41cba4 (diff) | |
download | pleroma-ad04d12de63d559cc6398c58296afd04321adfbc.tar.gz |
Replace `MastodonAPIController.account_register/2` rate limiter
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/config.md b/docs/config.md index e31e2b90f..b62b80490 100644 --- a/docs/config.md +++ b/docs/config.md @@ -114,12 +114,6 @@ config :pleroma, Pleroma.Emails.Mailer, * `skip_thread_containment`: Skip filter out broken threads. The default is `false`. * `limit_unauthenticated_to_local_content`: Limit unauthenticated users to search for local statutes and users only. The default is `true`. -## :app_account_creation -REST API for creating an account settings -* `enabled`: Enable/disable registration -* `max_requests`: Number of requests allowed for creating accounts -* `interval`: Interval for restricting requests for one ip (seconds) - ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack @@ -568,7 +562,7 @@ config :ueberauth, Ueberauth, providers: [ microsoft: {Ueberauth.Strategy.Microsoft, [callback_params: []]} ] - + # Keycloak # Note: make sure to add `keycloak:ueberauth_keycloak_strategy` entry to `OAUTH_CONSUMER_STRATEGIES` environment variable keycloak_url = "https://publicly-reachable-keycloak-instance.org:8080" |