Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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
many thanks for your reply!
i finally found the issue tracker: http://www.kaltura.org/project/issues/418
Best regards,
Tom
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 );