API: optionally restrict moderators from accessing sensitive data
[akkoma] / config / description.exs
index 517077acf58be36d757a5a2b262932df3e44e06b..a8fbd4d73be9854ffc211247cd5528e3f7327ed3 100644 (file)
@@ -941,6 +941,11 @@ config :pleroma, :config_description, [
         key: :profile_directory,
         type: :boolean,
         description: "Enable profile directory."
+      },
+      %{
+        key: :privileged_staff,
+        type: :boolean,
+        description: "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
       }
     ]
   },