feat: add PATCH /user/settings/password endpoint for changing password
All checks were successful
Test / test (push) Successful in 1m43s

Register the fixed /password route before the wildcard /{option} to
prevent FastAPI from matching it as a path parameter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 15:11:56 +08:00
parent ccadfe57cd
commit 71883d32c0
3 changed files with 49 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from .auth_identity import (
AuthIdentityResponse,
AuthProviderType,
BindIdentityRequest,
ChangePasswordRequest,
)
from .user import (
BatchDeleteRequest,