This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Duplicate Orion 9.5 Accounts

I got tired of populating all the settings for user's Orion accounts every time I got a new user, so I wrote this little query that will duplicate one account to a new account.

Just fill in the SET @From = 'xxxx' with the account you want to copy from and fill in SET @To = 'xxxx' with the account you want to create.

Run this query against you Orion database.

Written for NPM 9.5. (Not tested with any other versions)