check_password_policy($input); if (! $errors) { return true; } else { return $errors; } }