stph6 Posted July 11, 2008 Posted July 11, 2008 Is there a way to import database users from file into another so that I do not have to recreate all the accounts on each file in my solution?
Fenton Posted July 11, 2008 Posted July 11, 2008 You could create (or use) a table for Users and their accounts. Then script the creation of accounts in all the files. If you can create one, you can create a Loop which does many. It is quite fast. Look at this example file. http://www.fmforums.com/forum/showtopic.php?tid/112882/post/112911/hl//fromsearch/1/#112911 This is not a highly secure model however, because it stores the user passwords. To make it more secure, delete the user passwords from that field after everyone knows theirs; they are no longer really needed once the accounts are created. Or, even more secure, modify the setup so that users have to modify their password the first time they log in.
Tim W Posted July 11, 2008 Posted July 11, 2008 Hi stph6, Sadly, no not in an import fashion. The process can be scripted though. Each Privilege Set must be manually entered, cannot be scripted and must be identical from file to file. After that, users can be set up in each file via a script. I use such a scripted process in my systems. Some start each file from a template with privilege sets already created. Hope this helps, Tim
Steven H. Blackwell Posted July 12, 2008 Posted July 12, 2008 Use External Server authentication instead. This is one of the scenarios for which it is explicitly designed. Steven
Recommended Posts
This topic is 5976 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