From 1e60d2299a6400dc5eba2f40e1763f80fbe6ba43 Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Fri, 23 Aug 2024 09:33:09 +0200 Subject: [PATCH] Remove possibility to change user password Change-Id: I45fb8c0935a89906cd88d2bcc818942dd0a511ae --- src/resources/users.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resources/users.tsx b/src/resources/users.tsx index 8931599..2678f98 100644 --- a/src/resources/users.tsx +++ b/src/resources/users.tsx @@ -23,7 +23,6 @@ import { FormTab, BooleanField, BooleanInput, - PasswordInput, TextField, TextInput, ReferenceField, @@ -143,7 +142,6 @@ export const UserEdit = (props: EditProps) => { -