diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-08-05 17:46:24 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-08-05 17:46:24 +0300 |
commit | 2299bfe4c19697e7c0250e052d3496533595c58b (patch) | |
tree | 798b789f4cf68be68658765af0547b908640f271 /docs/configuration/cheatsheet.md | |
parent | 97b57014496003cabb416766457552ef854fa658 (diff) | |
parent | 474aba984f2184d4f028c56f687d1a12f69d5c47 (diff) | |
download | pleroma-2299bfe4c19697e7c0250e052d3496533595c58b.tar.gz |
Merge branch 'develop' into refactor/config-get
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 5891fc9b0..f23cf4fe4 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -207,6 +207,11 @@ config :pleroma, :mrf_user_allowlist, %{ * `sign_object_fetches`: Sign object fetches with HTTP signatures * `authorized_fetch_mode`: Require HTTP signatures for AP fetches +## Pleroma.User + +* `restricted_nicknames`: List of nicknames users may not register with. +* `email_blacklist`: List of email domains users may not register with. + ## Pleroma.ScheduledActivity * `daily_user_limit`: the number of scheduled activities a user is allowed to create in a single day (Default: `25`) |