Allow users to be moved from one connection to another

Feature: Allow users to be moved from one connection to another

Description: I want to be able to move a user from one connection (database) to another database. Exporting/importing is basically just recreating the user again and then having to reset all the passwords. The only way around this is to open a support ticket taking away the ability to self manage your own system.

Use-case: I have users in one database that need to be merged with another database maintaining all their existing roles, orgs, permissions, etc. The only current solution is to export and then re-import them into the new connection. Once I reimport them, that’s a brand new user entity which would lose all of this information. This does not seem like a very clean solution or option to handle this scenario.