Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi all,

I was wondering what would be the best way to handle thousands of user accounts in a file. One aspect of my project requires the public to be able to create their own password-protected accounts at several kiosks where they can fill in and edit their demographic info.

I've set up user account creation via UI and script in other solutions, but I've never really given much thought to how to handle possibly 10's of thousands of accounts. Can anyone who's done anything similar to this offer me some insight? Would external authentication be preferable? Would it be preferable to control the accounts at the record level? The latter sounds risky.

Thanks in advance for any help offered.

  • 4 months later...
Posted

I doubt that External Servre Authentication will work here unless you create a method for users to create accounts in the Directory Service.

I did a demo at DEVCON a few years back before FMP 7 came outthat showed automatic Accoutn creation. I believe i had a couple of thousand Accounts then. All were internally authenticated.

Steven

  • 4 weeks later...
Posted (edited)

Create an extra table to contain users/passwords/etc... or even just add a couple of fields (don't know your setup). Have all users login automatically as "guest" or whichever level you want to give, and script to check the users against existing records in the tabel/fields you've just created. This way you're not affecting the accounts/privilleges, but are still registering all the users/passwords that log on along with their survey info.

Edited by Guest

This topic is 6715 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.