diff --git a/package/install/0.0.1.php b/package/install/0.0.1.php index d19ebde..680d480 100644 --- a/package/install/0.0.1.php +++ b/package/install/0.0.1.php @@ -126,6 +126,6 @@ $schemas = array_merge($schemas, $processed); $response - ->setResults('logs', '/module/website', '0.0.1', $logs) + ->setResults('logs', 'cradlephp/cradle-website', '0.0.1', $logs) ->setResults('schemas', $schemas); }); diff --git a/package/schema/auth.php b/package/schema/auth.php index 6d5771e..1c773b3 100644 --- a/package/schema/auth.php +++ b/package/schema/auth.php @@ -199,19 +199,6 @@ array ( 'type' => 'text', ), - 'validation' => - array ( - 0 => - array ( - 'method' => 'one', - 'parameters' => - array ( - 0 => '0', - 1 => '1', - ), - 'message' => 'Should be 0 or 1', - ), - ), 'list' => array ( 'format' => 'none',