removed admin password reset and user name field

This commit is contained in:
Adrian Astles 2025-07-24 19:52:34 +08:00
parent 97b267e7ae
commit eb4da25d4e
23 changed files with 15 additions and 554 deletions

View file

@ -388,13 +388,6 @@ authenticated.post(
user.updateUser2FA
);
authenticated.post(
"/user/:userId/password",
verifyApiKeyIsRoot,
verifyApiKeyHasAction(ActionsEnum.resetUserPassword),
user.adminResetUserPassword
);
authenticated.get(
"/user/:userId",
verifyApiKeyIsRoot,