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
This commit is contained in:
Naglis Jonaitis 2021-06-24 16:17:54 +03:00 committed by Max Kellermann
parent 18628bf89e
commit eb630ca655

View File

@ -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.