diora-web/accounts
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
..
migrations Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
__init__.py Initial commit 2026-03-16 19:19:22 +01:00
admin.py Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
models.py Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
urls.py Accounts: fix password change key migration 2026-05-25 16:46:03 +02:00
views.py Accounts: fix password change key migration 2026-05-25 16:46:03 +02:00