I am now trying to move our site over to Joomla! 3.4.8 using CB 2.0.13 and auto actions 6.2.3
On our current site (not dev site) which uses:
Auto Actions 4.0.0
CBSubs 3
CB 1.9
Joomla 2.5
Using [var1_password] in the language file for the auto generated email, the password was properly included in the email.
Now with Joomla! 3.4.8 using CB 2.0.13 and auto actions 6.2.3 the password in the email is encrypted. Here is an example:
Password: $2y$10$wQ2bo.33IgT.YJEGl0d5GeDAfWxm2a.1uscECalnSThK6a1S5eHVW
I tried using [password] and [PASSWORD] but they are output in the mail as [password] and [PASSWORD]
How can I send the correct password to users in the initial confirmation mail?