password emails also sent to wikisupport@kaltura.com

My issue votes
0
votes
0/20 total votes used
Project:Kaltura Community Edition (CE) - Self Hosted Online Video Platform
Version:api_v3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Total votes:2
Description

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.

You can fix around that by removing the following function call in app/alpha/apps/kaltura/lib/myPartnerRegistration.class.php :

$this->sendRegistrationInformation($partner->getAdminName(),
$partner->getId(),
$subp_id,
$partner->getAdminSecret(),
$partner->getSecret(),
$partner->getAdminEmail(),
$cms_password,
self::KALTURA_SUPPORT );