From 3a0681be9d2a6f7f4deda3f8d27175fe827959db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20P=C3=A9rez=20Izquierdo?= Date: Sat, 22 Feb 2025 13:02:20 +0100 Subject: [PATCH] Issue when editting the user fields, It was required that you mandatory put the password and the new password. If for example you just want to edit the user "is_active" you are enforced to put a new password. --- frontend/src/components/Admin/EditUser.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/Admin/EditUser.tsx b/frontend/src/components/Admin/EditUser.tsx index aa49816f12..6195fcce88 100644 --- a/frontend/src/components/Admin/EditUser.tsx +++ b/frontend/src/components/Admin/EditUser.tsx @@ -129,7 +129,6 @@ const EditUser = ({ user }: EditUserProps) => { {