/discourse-merge-users

A Discourse forum plugin for merging users

Primary LanguageJavaScriptMIT LicenseMIT

discourse-merge-users

With this plugin you can easily merge two users together.

Discuss this plugin at the Discourse forum.

Screenshot of the Merge Users admin panel

Installation

Just add one line to your app.yml:

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

Then rebuild the container:

cd /var/discourse
sudo ./launcher rebuild app

See the Discourse forum for more on installing plugins.