v4

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-279228.8 KB
Admin User

Reset admin password

Resets the built-in admin user's password. The username is always fixed to admin.

This endpoint can only be called from localhost (the same machine as the server). The new password must satisfy the same password policy as the create endpoint.

post/auth/admin/reset-password

Request body

passwordstring required

New password for the admin user. Must satisfy the password policy.

Response

Password reset successfully.

statusstring

Operation result status.

messagestring

Human-readable status message.