Hi everybody,
for a customer I need to build a CB-based site, where registration must only be possible for certain users. My customers wants the folloing procedure:
Users, who want access to the site, must contact my customer in order to be confirmed. When the user is confirmed he gets a password to unlock the websites' registration form, so he can register with the site. How can this be done?
I have tried this by creating a specific user and redirecting him to the registration form using cb_autoactions but I couldn't figure out the right trigger. Also: is there a more elegant way to do this?