Hi Joomlapolis Support,
we are using Community Builder 2.12.0 on Joomla 5.4.8.Our users can register themselves via the frontend, and in that case we do want Community Builder to send the normal confirmation/welcome emails.
However, we also regularly create users manually via:
Community Builder → User Management → New Use
For these manually created backend users, we do not want Community Builder to send any email at all, especially not the welcome email containing the username/password.So the desired behavior is:
- Frontend self-registration → confirmation/welcome emails should be sent as usual
- User created manually by an administrator in the CB backend → no email should be sent to the user
I understand that CB internally supports the
flag and that it can be set to
when creating users programmatically.
Is there a way to achieve the same behavior using
CB Auto Actions, without modifying CB core files?
If so, which trigger/action combination should we use, and at which point would we need to set
so that the welcome email is suppressed before it is sent?
If CB Auto Actions cannot intercept this early enough, what would be the recommended update-safe approach for achieving this?Thanks in advance for your help.Best regards
Markus