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
| 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 |
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 );