diora-web/templates
marwin 817323ad19
All checks were successful
Build and push Docker image / build (push) Successful in 14s
Test / test (push) Successful in 15s
Accounts: fix password change key migration
The old key comparison was wrong — the localStorage key may have been
randomly generated rather than PBKDF2-derived. Fix:
- Add /accounts/check-password/ to validate the old password server-side
  before touching any keys
- Use the localStorage key directly as the old decryption key (it is
  always the correct source of truth, regardless of how it was generated)
- Derive the new key from the new password via PBKDF2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 16:46:03 +02:00
..
accounts Accounts: fix password change key migration 2026-05-25 16:46:03 +02:00
radio Replace focus station sidebar with compact radio player sidebar 2026-04-05 14:22:07 +02:00
base.html Centralize remaining magic numbers in settings.py 2026-04-04 21:10:14 +02:00