mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
removed admin password reset and user name field
This commit is contained in:
parent
97b267e7ae
commit
eb4da25d4e
23 changed files with 15 additions and 554 deletions
|
@ -388,13 +388,6 @@ authenticated.post(
|
|||
user.updateUser2FA
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/user/:userId/password",
|
||||
verifyApiKeyIsRoot,
|
||||
verifyApiKeyHasAction(ActionsEnum.resetUserPassword),
|
||||
user.adminResetUserPassword
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/user/:userId",
|
||||
verifyApiKeyIsRoot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue