Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: kahfluie on September 01, 2016, 04:17:56 pm

Title: Code for Source Password in email template
Post by: kahfluie on September 01, 2016, 04:17:56 pm
Had a customer question us on the details sent to them. We use WHMCS, but use a template from CentovaCast.  It seems the system sends the user the admin password for both the source and control panel.

The system creates two different passwords. The encoder password is same as admin but adds dj at end.  You can actually use both passwords on the encoder in your software (i.e. SAM)

Hostname/IP Address: {$account.ipaddress}
Port Number: {$account.port}
Password: {$account.adminpassword}

Admin Username: admin
Admin Password: {$account.adminpassword}
Admin URL: http://{$account.ipaddress}:{$account.port}

Is there something we can use to give the buyer the source password (the one that ends with dj). should the code for this be {$account.sourcepassword} ??

Thanks!
Title: Re: Code for Source Password in email template
Post by: Alexiu on September 02, 2016, 11:31:52 am
Your assumption to use {$account.sourcepassword} is entirely correct.