Jump to content
Server Maintenance This Week. ×

import/copy user accounts


owaring

This topic is 4610 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a solution which several customers have their own, identical, versions of.

As I continued developing the system, I need to find a way to keep my clients accounts on the live files, in line with any new files I distribute.

Are there any recognised or recommended methods for copying or importing user accounts from one file to another?

Advance thanks.

Link to comment
Share on other sites

No, there is not. However, if you create a table "Users" that stores their Account Name (and typically given name), then you can import that. You cannot import account passwords, as they are not stored in the file (and should NOT be in your Users table).

Another approach is to use External Authentication.

Link to comment
Share on other sites

This topic is 4610 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.