Please Log in or Create an account to join the conversation.
All the triggers you've tried are the right triggers. They all execute before user approval. CB Queries is updating the database; it does NOT update the user object, which is why the email does not contain the new username. This is why CB Fields exists, it acts directly on the user object.I have tried onUserActive, onBeforeUserActive and even before/after user sync but none worked.
No such thing exists.but there must be a developer documentation that tells exactly when each trigger fires.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Then you'll probably need a new integration to handle your specific case.Hmm .. with CB Fields I can't have complex query. I need to get the next member number first before assigning it to the username.
The password substitution can only be used in the Pending email unless password generation is used in which case it should be in the Welcome AND Pending email. Confirm this working fine on CB 1.7.Anyway, I wanted to hide the username from the welcome email and use
Please Log in or Create an account to join the conversation.