feature/refactor-architecture #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/refactor-architecture"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement password change functionality by adding a new POST endpoint at `/accounts/{id}/change-password`, creating the ChangePasswordWorkflow class, and registering it in the DI container. The workflow retrieves the account, updates the password, and persists the changes.