Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That shouldn't be possible. Clear text passwords are restored just before the activation behavior so they can be included in the emails. This happens just before the onAfterUserRegistration trigger. Are you doing any behavior on the onAfterUserRegistration trigger that could be causing a user stored as that could accidentally be causing clear text store.However, the passwords are written in clear text in the database and we are forced to generate a new password (hashed) to connect.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Use whatever works best for you. The benefit of CB Auto Actions in this case is the registration process is extracted away so you don't have to maintain it. When the registration process changes, CB Auto Actions is updated, and you don't have to do anything but update.Since the API now works like before we do not need CB Auto Actions anymore File Attachment: . In fact, we actually prefer to use the API because it avoids us having to do any further custom development, it works perfectly as is.
You'd need something to link those 2 users together. I assume you already have such something (e.g. user id stored in a field, a query field to lookup the user, etc..)? In which case you'd use just an Email action on onAfterUserConfirm trigger.To be more specific, we need to send an e-mail to a subscribed user (the advertiser) once another new user (the requester) confirms his account in order to put them in touch.
How would you do that using CB add-ons? Any documentation would be appreciated.
Please Log in or Create an account to join the conversation.