Hello Drupal Developers! I am a Web Designer for a Realtor Association in Northern California. We've had an issue arise that may be out of our hands to solve. It's involving the user import module in combination with the Alternative Login Module. Our member base runs off of a csv file that's taken from another member website. This should be updated daily -> weekly via cron job. The current user import module doesn't update or replace. So... here's what needs to happen:
1. The csv file needs to be put into a table.
2. It needs to compare its 'login' with the alt_login 'uid' field.
3. Where these match up, it needs to either update the information in the main user table where applicable or create a new user.
3a. If it's creating a new user there are default values that must be put into the user fields.
3b. If it replaces/updates the info the password needs to be encrypted with AES module.
note: actually either way the password needs to be encrypted.
Sadly I just can't wrap my head around the whole thing. I know it would take an hour or two to accomplish but damned if I can do it. Is anyone able to do this? If so, how much and how long.
:)
Antonio