Pārlūkot izejas kodu

test function createuser

andre 3 gadi atpakaļ
vecāks
revīzija
eaf98cfab9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      api/cwp7/Admin.php

+ 2 - 2
api/cwp7/Admin.php

@@ -112,11 +112,11 @@ class cwp7_Admin {
         $data = array(
         $data = array(
             "domain" => 'test.local',
             "domain" => 'test.local',
             "user" => 'test',
             "user" => 'test',
-            "pass" => base64_encode('blubb123'),
+            "pass" => 'blubb123',
             "email" => 'andre.genrich@thurdata.ch',
             "email" => 'andre.genrich@thurdata.ch',
             "package" => 'small',
             "package" => 'small',
             "autossl" => 0,
             "autossl" => 0,
-            "encodepass" => true,
+            "encodepass" => false,
         );
         );