Please Log in or Create an account to join the conversation.
You need to be using exclusively CBs login and registration. By default CB should redirect them away from Joomla to CB though.Issue1: How should the Joomla Login and the CB Login/Registration modules play together in this context (I have successfully used only the CB Login in a simpler setting.)
So you want to toggle needing registration approval based off the value of a field? or you want a specific field to require approval before its value changes?Issue2: How do I make the Registration Module give the visitor the right options and then perform the correct registration procedure (direct access/admin approval)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Best approach is to probably have a Code action acting on onBeforeUserRegistration change the approval behavior based off a field. This can be done with the below for example.2. If a certain checkbox is ticked, admin approval is required, else not.
Please Log in or Create an account to join the conversation.