From d6cc8872f7be57bfac0a10824392f470c54d4fbc Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Mon, 8 Aug 2022 21:26:32 +0200 Subject: [PATCH] Create _index.md --- website/site/content/guide/admin/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/site/content/guide/admin/_index.md b/website/site/content/guide/admin/_index.md index d5d53f2f1..ef9fed3ec 100644 --- a/website/site/content/guide/admin/_index.md +++ b/website/site/content/guide/admin/_index.md @@ -31,6 +31,8 @@ Personal server settings are stored in `config.json` and are read when the serve By default, personal server exposes admin APIs on a local Unix socket at `/var/tmp/focalboard_local.socket`. This is configurable using the `enableLocalMode` and `localModeSocketLocation` settings in `config.json`. +Note that if you're using a version of Mattermost up to v7.1, you need to use v1 of the API. From v7.2 onwards, you need to use v2 of the API. + To reset a user's password, you can use the following `reset-password.sh` script: ```