We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558910 commit e3282a8Copy full SHA for e3282a8
1 file changed
src/Plugin.php
@@ -73,7 +73,7 @@ public static function getActivate(GenericEvent $event)
73
if (trim($hostname) == '') {
74
$hostname = $serviceClass->getId().'.server.com';
75
}
76
- $password = website_get_password($serviceClass->getId());
+ $password = website_get_password($serviceClass->getId(), $serviceClass->getCustid());
77
$username = get_new_webhosting_username($serviceClass->getId(), $hostname, $serviceClass->getServer());
78
function_requirements('whm_api');
79
$user = 'root';
0 commit comments