From 4c6961f7d628cb9d812da158cce17599172ccb18 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Tue, 14 Oct 2025 07:58:30 +0100 Subject: [PATCH] Update app/controllers/api/users.php Co-authored-by: Jake Barnby --- app/controllers/api/users.php | 1 - 1 file changed, 1 deletion(-) 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', '')