Skip to content

coding-horror/discourse-merge-users

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.4%
  • Ruby 30.8%
  • HTML 20.8%