Remove now unneeded TODO.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
account-personalization
Armored Dragon 2024-05-27 22:39:20 -05:00
parent 26c9dc2ab6
commit b7b3a3b5e0
Signed by: ArmoredDragon
GPG Key ID: C7207ACC3382AD8B
1 changed files with 0 additions and 5 deletions

View File

@ -107,11 +107,6 @@ async function editUser({ requester_id, user_id, user_content }) {
// TODO: // TODO:
// If there was a role change, see if the acting user can make these changes // 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! // FIXME: Not secure. ASAP!
let formatted = {}; let formatted = {};
formatted[user_content.setting_name] = user_content.value; formatted[user_content.setting_name] = user_content.value;