| USERNAME | +ROLE | +STATUS | +ACTIONS | +
|---|---|---|---|
| {user.username} | ++ {user.role.toUpperCase()} + | ++ {user.must_change_password && ( + MUST CHANGE PASSWORD + )} + | +
+
+
+
+ {resetTarget === user.uuid ? (
+
+
+ setResetPassword(e.target.value)}
+ style={{ width: '140px' }}
+ />
+
+
+
+ ) : (
+
+ )}
+
+ {confirmDelete === user.uuid ? (
+
+ CONFIRM?
+
+
+
+ ) : (
+
+ )}
+ |
+