diff --git a/app/pages/credentials.php b/app/pages/credentials.php index cb22f31..9ba94a7 100644 --- a/app/pages/credentials.php +++ b/app/pages/credentials.php @@ -89,8 +89,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { $validator = new Validator($_POST); $rules = [ 'current_password' => [ - 'required' => true, - 'min' => 8 + 'required' => true ], 'new_password' => [ 'required' => true,