owaring Posted September 21, 2011 Posted September 21, 2011 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.
bcooney Posted September 21, 2011 Posted September 21, 2011 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.
owaring Posted September 21, 2011 Author Posted September 21, 2011 thanks, so would you import user name and then set to change password at first log in? my one client has this file running on FMS and we use EA with ease. Am I correct in thinking there is no work around for EA without FMS?>
Steven H. Blackwell Posted September 21, 2011 Posted September 21, 2011 External Server Authentication, as the name implies, requires FIleMaker Server. The Accounts can be either on the Server itself or part of a Domain. Steven
Recommended Posts
This topic is 4812 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 accountSign in
Already have an account? Sign in here.
Sign In Now