ユーザーマージプラグイン

:warning: Discourse 2.5.0 beta 3 以降、ユーザーの結合機能は Discourse に組み込まれています :warning:

詳細はこちら: Discourse 2.5.0.beta3 Release Notes

このプラグインは長期的にはサポートされず、まもなく動作しなくなる可能性があります。

2022 年 12 月更新: 最近のソフトウェアアップデートにより、管理者でないユーザーがアクセスするとエラーが発生するようになったようです。

未処理の Promise 拒否: エラー: モジュール admin/models/admin-user が見つかりません。discourse/plugins/discourse-merge-users/discourse/components/merge-users-form からインポートされました。

そのため、もしこのプラグインがまだインストールされている方がいらっしゃいましたら、今がアンインストールのタイミングです。


Github リポジトリ

このプラグインを使用すると、2 人のユーザーを簡単に結合できます。

インストール

app.yml に 1 行追加するだけです。

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/curiousdannii/discourse-merge-users.git

その後、コンテナを再構築します。

cd /var/discourse
sudo ./launcher rebuild app

プラグインのインストールに関する詳細は、こちらのトピック をご覧ください。

「いいね!」 35

Moving this to #plugin:broken-plugin

Nothing bad at all about @Dannii’s excellent work here, but we have no need for this plugin anymore since it is all built into Discourse, leaving the link and topic around mainly as an educational artifact.

「いいね!」 6

Sweet! Always a compliment when your plugin idea gets incorporated into the core software!

「いいね!」 9