# 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:** 4
**Page:** 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).

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 27, 2020, 10:47pm UTC](https://meta.discourse.org/t/merge-users-plugin/114917/44 "2020-04-27T22:47:15Z")

</div>

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.

> [@Discourse 2.5.0.beta3 Release Notes](https://meta.discourse.org/t/discourse-2-5-0-beta3-release-notes/148766):
>
> New features in 2.5.0.beta3 Improved Bookmarks - now with reminders! Saving topics/posts for later review has evolved numerous times since the start of Discourse. From stars, to post bookmarks, to user topic timers, we’ve tested out numerous options. We’ve now combined the best of all these into our new bookmark system. Users can bookmark any post or topic they wish to save for later. Bookmarks can be later accessed via the bookmark tab of the user menu, as well as from the bookmarks page withi…

---

<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 28, 2020, 12:37am UTC](https://meta.discourse.org/t/merge-users-plugin/114917/48 "2020-04-28T00:37:39Z")

</div>

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

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 28, 2020, 4:23am UTC](https://meta.discourse.org/t/merge-users-plugin/114917/49 "2020-04-28T04:23:00Z")

</div>


