diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index 652ce25d91..5498a33bf5 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -1324,7 +1324,6 @@ App::patch('/v1/users/:userId/password') } } - if (\strlen($password) === 0) { $user ->setAttribute('password', '')