UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

A Question About Registration Mails

gökhan · ·
4:41 AM Friday, 18 April 2014
None
Hi Guys,

I am trying to customise registration mail templates. And i realised something,

1- When an user register to a site, moderation activated, firstly user gets aprovals mail with username/email + pass
2- If admin aprove user aplication, user gets aproved mail with username/email and a login button :) (without pass)

I think we are going wrong way! why? Because user will need a pass after aplication aproved, so password should be in approved mail (cause pass generated randomly with Facebook registration) or both .

So i copied these codes below from aprovel mail template and paste them to aproved mail temlate, but i got pasword: (empty) in aproved mail, what i am missing ? :) Please look at screenshot attached

<table align="center" width="380" style="margin-top:-35px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="color:#888;border-top: 1px solid #ebebeb;padding: 15px 20px; background-color:#f8f9fb;font-size:13px;text-align:center">
<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_USERNAME' ); ?>: <?php echo $username;?>
</td>
</tr>
<?php if( $this->config->get( 'registrations.email.password' ) ){ ?>
<tr>
<td style="color:#888;border-top: 1px solid #ebebeb;padding: 15px 20px; background-color:#f8f9fb;font-size:13px;text-align:center">
<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_PASSWORD' ); ?>: <?php echo $password;?>
</td>
</tr>
<?php } ?>
</table>
The replies under this section are restricted to logged in users or users with an active subscription with us