Hello,
I've wondered if there is any way, (component...) how I can make membership activation automated, but still with admin review.
Members of the site need to proove that they are members of the real club in our city.
Is there any component, which could help me with this? Or maybe you have some ideas how I could do it without.
Thank you!
It is not only a component issue but a database issue.
Say for instance your site is a Gym or some other club were people sign up and go to, then access the site to get their workout plans, etc.
You would capture the physical registrations and create website registrations with that same data, therefore when they access the site, they are only ACTIVATING their memberships, NOT signing up, so that removes that problem.
There is a Joomla component called JUICE.. Joomla User something or other.
that will take a CSV list and create Joomla Users from it.
That would be ideal for you.
Since you don't actually have that in place yet, Dump all your current users to a file, and then compare that file against a similar dump from your CLUB MEMBERSHIP Tables eliminate the ones that exist in BOTH and then use the remaining list to be imported to your site.
VOILA, the CLUB MEMBERS are now site members! Henceforth, copy the new members as an extract to your SITE TABLES, need more? post here.