Explorar el Código

change username during reinstall

andre hace 4 años
padre
commit
4dcfc11b83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/UI/Reinstall/Providers/TemplateInstallProvider.php

+ 1 - 0
app/UI/Reinstall/Providers/TemplateInstallProvider.php

@@ -122,6 +122,7 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
         }
         $arguments = [
             'hostingId'  => $this->getWhmcsParamByKey('serviceid'),
+            "username"   => $ciuser,
             "osTemplate" => $this->formData['id'],
             "password"   => encrypt(html_entity_decode($this->formData['password'],ENT_QUOTES)),
         ];