summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaglis Jonaitis <naglis@mailbox.org>2021-06-24 16:17:54 +0300
committerMax Kellermann <max@musicpd.org>2021-06-24 16:44:38 +0200
commiteb630ca655c7380abebc38a9675e9485afb917b5 (patch)
tree38da3f0dc789c7cc4665af8a177390be9dec3c7d
parent18628bf89ebfa5a806971479a71cf9b5764e500e (diff)
doc/user.rst: rectify admin permission
Updating the database no longer requires the `admin` permission, only `control` is needed (changed in 2abad0f479). See also: #1124
-rw-r--r--doc/user.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 515f57bd7..2e9d8e710 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -628,7 +628,8 @@ By default, all clients are unauthenticated and have a full set of permissions.
* - **control**
- Allows all other player and playlist manipulations.
* - **admin**
- - Allows database updates and allows shutting down :program:`MPD`.
+ - Allows manipulating outputs, stickers and partitions,
+ mounting/unmounting storage and shutting down :program:`MPD`.
:code:`local_permissions` may be used to assign other permissions to clients connecting on a local socket.