diff options
author | kaniini <nenolod@gmail.com> | 2019-05-13 18:35:45 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-05-13 18:35:45 +0000 |
commit | f3e8f5b1f208b10130c7123e68af1e38575f180b (patch) | |
tree | 523d1f1cfa399f4ee6d841ba3098ecd87d8e67e7 /docs/config.md | |
parent | 5a4d55cf910f85b07f111972647a8b4410b5eb6b (diff) | |
parent | a2be420f940fb8f181feeb9b0fb9759d433dcae1 (diff) | |
download | pleroma-f3e8f5b1f208b10130c7123e68af1e38575f180b.tar.gz |
Merge branch 'features/mastoapi/2.7.0-registration' into 'develop'
Features/mastoapi/2.7.0 registration
Closes #773
See merge request pleroma/pleroma!1134
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 43ea24d80..470f71b7c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -105,6 +105,12 @@ config :pleroma, Pleroma.Emails.Mailer, * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) * `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``. +## :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 |