coding-horror / discourse-merge-users

A Discourse forum plugin for merging users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Discourse forum plugin for merging users

License:MIT License


Languages

Language:JavaScript 48.4%Language:Ruby 30.8%Language:HTML 20.8%