We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1614e97 commit ed2287aCopy full SHA for ed2287a
1 file changed
src/Plugin.php
@@ -61,7 +61,7 @@ public static function getActivate(GenericEvent $event)
61
if (trim($hostname) == '') {
62
$hostname = $serviceClass->getId().'.server.com';
63
}
64
- $password = website_get_password($serviceClass->getId());
+ $password = website_get_password($serviceClass->getId(), $serviceClass->getCustid());
65
$username = get_new_webhosting_username($serviceClass->getId(), $hostname, $serviceClass->getServer());
66
include_once __DIR__.'/get_webhosting_ppa_instance.php';
67
$ppaConnector = get_webhosting_ppa_instance($serverdata);
0 commit comments