fix(settings): require a non-empty password to delete an account (BUNYIP-116) #152

Merged
vas2000-work merged 1 commit from fix/BUNYIP-116-delete-account-require-password into main 2026-06-17 01:45:34 +02:00
Owner

Reject an empty/whitespace password at the settings_delete edge before the destructive delete-account API call, re-rendering settings with an inline message. Verified with just check-container (fmt/clippy/build/test green).

Closes via reference: BUNYIP-116

Reject an empty/whitespace password at the `settings_delete` edge before the destructive delete-account API call, re-rendering settings with an inline message. Verified with `just check-container` (fmt/clippy/build/test green). Closes via reference: BUNYIP-116
fix(settings): require a non-empty password to delete an account
All checks were successful
Check / fmt / clippy / build / test (pull_request) Successful in 2m18s
Create release / Create release from merged PR (pull_request) Has been skipped
28283ecb05
settings_delete forwarded the form password straight to the delete API
without an edge check, so a blank password reached the destructive call
and only round-tripped as an error. Reject an empty/whitespace password
at the handler and re-render settings with an inline message before the
API call. Verified with `just check-container` (fmt/clippy/build/test
green); the local git pre-commit hook needs the `just dev` stack network.

#BUNYIP-116

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
vas2000-work deleted branch fix/BUNYIP-116-delete-account-require-password 2026-06-17 01:45:34 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/bunyip!152
No description provided.