From b7b3a3b5e0a449a40a58d38969c2beccb6532136 Mon Sep 17 00:00:00 2001 From: Armored Dragon Date: Mon, 27 May 2024 22:39:20 -0500 Subject: [PATCH] Remove now unneeded TODO. Signed-off-by: Armored Dragon --- backend/core/core.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backend/core/core.js b/backend/core/core.js index 9c37f49..7f4d595 100644 --- a/backend/core/core.js +++ b/backend/core/core.js @@ -107,11 +107,6 @@ async function editUser({ requester_id, user_id, user_content }) { // TODO: // If there was a role change, see if the acting user can make these changes - // TODO: - // If there was a password change, - // check to see if the user can make these changes - // Hash the password - // FIXME: Not secure. ASAP! let formatted = {}; formatted[user_content.setting_name] = user_content.value;