Please Log in or Create an account to join the conversation.
Are you conditioning the field with CB Conditional? If so disable the conditions and see if issue persists. Note a field can only be conditioned once. Conditioning a field multiple times will cause a conflict between those conditions.1) After a user completes registration, the fields in one particular are not getting populated in the DB. The user enters the fields and signs up, but I checked in User Management and also the db, the fields are populated as NULL.
Only real reason for this is a caching issue unless you've cookies completely blocked and disabled maybe.2) Also I have been have the Session Expired issue during registration preventing users from registering. My Joomla cache is disabled. I tried all the solutions suggested for previous versions as well.
You can not send the password in that email. It is only valid in the Pending registration email within CB > Configuration > Registration. Even then it won't work if the pending email isn't sent immediately upon registration. However sending password in email is against modern security standards and do not recommend trying to email passwords unless you're using randomly generated passwords.3) In the subscription plan email triggers, I have added the [PASSWORD] field to be sent. But this is not populated and the content "[PASSWORD]" is sent as it is. Can you tell me how to send the password?
Please Log in or Create an account to join the conversation.
Are you conditioning the field with CB Conditional? If so disable the conditions and see if issue persists. Note a field can only be conditioned once. Conditioning a field multiple times will cause a conflict between those conditions.
Only real reason for this is a caching issue unless you've cookies completely blocked and disabled maybe.
You can not send the password in that email. It is only valid in the Pending registration email within CB > Configuration > Registration. Even then it won't work if the pending email isn't sent immediately upon registration. However sending password in email is against modern security standards and do not recommend trying to email passwords unless you're using randomly generated passwords.
Greetings TEST TEST, Thank you for signing up with us. We have received your request and we will process it. Once your account confirmed our moderators will be notified to continue the activation process. You will be notified by email of the progress of your sign up process. oswsmedia@gmail.com [PASSWORD] Kind Regards, IIA India Admin NOTE: This email was automatically generated from IIA ( iiaindia.org ).
Please Log in or Create an account to join the conversation.
The last condition applied to a tab or field is the only relevant condition. Those before it are likely to be ignored.Quick question: In integrations, the CB conditional has tabs numbered 1, 2, 3 etc. Is there any particular order in which the conditions are applied?
Clearing which cache? Joomlas?Yes, clearing the cache works. But the issue is getting the customers to do it.
If you've HTML emails enabled you need to use HTML. So a HTML linebreak with <br /> or a paragraph <p>CONTENT_HERE</p>.the \n are not updated.
[details] won't include password anymore unless using generated passwords, but [password] should work fine assuming a plaintext password is even available at the time of that email. If using CBSubs you need to ensure you set confirmation or approval to happen before payment under the workflows tab of your plans otherwise the email sends too late.The registration approved message YOUR_REGISTRATION_IS_APPROVED_MESSAGE also is not sending the password. I used the [DETAILS] substitution to send the password. It only sends name and email id.
I do not suggest sending plain text password in their registration emails then. If they forget they can use forgot login process, which will send them a new randomly generated password (that they should promptly change).The members set their own passwords during registration. Many tend to forget. An email with these details could help them.
Please Log in or Create an account to join the conversation.