We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc64ba4 commit b350a98Copy full SHA for b350a98
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
if ($password == false) {
66
$password = generateRandomString(10, 2, 2, 2, 1);
67
$GLOBALS['tf']->history->add($settings['PREFIX'], 'password', $serviceClass->getId(), $password);
0 commit comments