Security
The Security tab manages the user's account security.
Access Path
- Web:
/settings/security
Major Transactions
- Determining a new password by verifying the current password
API Terminals
PATCH /api/settings/user/change-password
Request Body
oldPassword: Current passwordnewPassword: New password
Authorization Note
- Endpoint only works for the authenticated user's own account.
:::info Manifest Code
core:settings:security
:::