kalturae installation + unwanted password mails to wikisupport@kaltura.com

2 replies [Last post]
Joined: 08/16/2010
Points: 20

Hello,

this happens on our kalturaCE 2.0 installation: Whenever we register a publisher the password mail is not only sent to the email of the publisher account, but also to wikisupport@kaltura.com.

In fact the "wikisupport@kaltura.com" address seems to be hardcoded in app/alpha/apps/kaltura/lib/myPartnerRegistration.class.php in line 11.

Is this intended behaviour?

Best regards,
Tom

Joined: 06/01/2010
Points: 72

This is a known issue. At one time, this code was used for commercial deployments by Kaltura so there is still some hard-coded "kaltura.com" cruft in there.
You can stop this from happening by editing the file:

app/alpha/apps/kaltura/lib/myPartnerRegistration.class.php

and removing this function call:

$this->sendRegistrationInformation($partner->getAdminName(),

$partner->getId(),

$subp_id,
$partner->getAdminSecret(),

$partner->getSecret(),

$partner->getAdminEmail(),

$cms_password,
self::KALTURA_SUPPORT );

Joined: 08/16/2010
Points: 20

many thanks for your reply!

i finally found the issue tracker: http://www.kaltura.org/project/issues/418

Best regards,
Tom