diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-02 14:53:42 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-02 14:53:42 -0500 |
commit | dc88b6f0919cf5686af7d5b935e8ee462491704b (patch) | |
tree | 04dfcf531841f02036f7daa173796eb1727eb83a /docs/configuration | |
parent | 70951d042b5d7b12608a3f73a73c757fc4204449 (diff) | |
download | pleroma-dc88b6f0919cf5686af7d5b935e8ee462491704b.tar.gz |
Add email blacklist, fixes #1404
Diffstat (limited to 'docs/configuration')
-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 9c768abef..1a86179f3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -202,6 +202,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`) |