# Merge Users Plugin

**URL:** https://meta.discourse.org/t/merge-users-plugin/114917
**Category:** Plugin
**Tags:** deprecated, merge-user
**Created:** [April 13, 2019, 7:26am UTC](https://meta.discourse.org/t/merge-users-plugin/114917 "2019-04-13T07:26:53Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [April 13, 2019, 7:26am UTC](https://meta.discourse.org/t/merge-users-plugin/114917/1 "2019-04-13T07:26:53Z")

</div>

### ⚠ As of Discourse 2.5.0 beta 3 Merge users is built into Discourse ⚠

See: [Discourse 2.5.0.beta3 Release Notes](https://meta.discourse.org/t/discourse-2-5-0-beta3-release-notes/148766)

This plugin will not be supported long term and may break soon..

**Update Dec 2022** : I think a recent software update has meant that the plugin causes an error when someone is not an admin:

> Unhandled Promise Rejection: Error: Could not find module `admin/models/admin-user` imported from `discourse/plugins/discourse-merge-users/discourse/components/merge-users-form`

So if anyone else still has this plugin installed, now is the time to uninstall it.

* * *

[Github repository](https://github.com/curiousdannii/discourse-merge-users)

With this plugin you can easily merge two users together.

 ![Screenshot of the Merge Users admin panel](https://global.discourse-cdn.com/meta/original/3X/e/c/ec1f33a05ae95315bf052a4013567dab30a6ef41.png)

## Installation

Just add one line to your app.yml:

```plaintext
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:

```plaintext
cd /var/discourse
sudo ./launcher rebuild app

```

See [this topic for more on installing plugins](https://meta.discourse.org/t/install-plugins-in-discourse/19157).

---

_[View the full topic](https://meta.discourse.org/t/merge-users-plugin/114917)._
