I’m facing the following situation and hoping that folks here can help me wrap my head around this the right way...
I have an external MySQL database containing info on club members. And a website that currently does not have any member login capability. I would like to figure out a way to efficiently setup usernames and passwords for these members which will allow them to log in and edit the data in this database.
I have already setup WebLoginPE (v 1.3.1, with a modified templates.php file to allow profiling saving to work) as a test and can see that this seems to be what I want to use.
My question for those experienced in whatever WebLoginPE does to tables, placeholders, variables, etc. is this : can I either import this external table into the MODx database and get the snippet to work with it (and if so, how) or are there parameters I can pass to the snippet to allow it work with this data?
Essentially, I trying to find a shortcut way of creating a couple of hundred users with custom fields that they’ll be able to edit. Since all the data is already available, I’d like to think that some clever importing and form field definitions can make this task easier than doing it manually.
In going through the docs it would seem that the custom table and custom fields parameters would be of help here. But I’m leery of stomping on data or somehow getting a table un-synced with variable/column/field definitions. In short, I’m trying to figure out what unknowns I don’t know about
Any advice?
MattC