From 02185a8fa63004c145edff3b5d0df901f1716743 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 11 Aug 2022 17:25:18 +0200 Subject: [PATCH] Update website/site/content/guide/admin/_index.md Co-authored-by: Winson Wu <93531870+wuwinson@users.noreply.github.com> --- website/site/content/guide/admin/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/site/content/guide/admin/_index.md b/website/site/content/guide/admin/_index.md index ef9fed3ecda..f1103543520 100644 --- a/website/site/content/guide/admin/_index.md +++ b/website/site/content/guide/admin/_index.md @@ -31,7 +31,7 @@ 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. +Note that if you're using a version of Mattermost Boards 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: