1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Update website/site/content/guide/admin/_index.md

Co-authored-by: Winson Wu <93531870+wuwinson@users.noreply.github.com>
This commit is contained in:
Justine Geffen 2022-08-11 17:25:18 +02:00 committed by GitHub
parent d6cc8872f7
commit 02185a8fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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