1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Matermostでユーザ削除エラー

Last updated at Posted at 2021-12-27

バージョン

Mattermost Team Edition
Mattermostのバージョン: 6.3.0-rc1

エラー内容

$ mmctl user delete hoge@gmail.com
Unable to delete user 'hoge' error: : Permanent user deletion feature is not enabled. Please contact your System Administrato
r.,

原因

ユーザ削除機能が有効化されていない。

解決

ユーザ削除機能を有効化

$ mmctl config set ServiceSettings.EnableAPIUserDeletion true --local

#もしくは

$ mmctl config set ServiceSettings.EnableAPIUserDeletion true

参考

コメント

mattermost Ver.6 からmattermostコマンドからmmctlコマンドに変わってた。
ku○ectlみたいで可愛いい( ←関係ないので伏せ字)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?