docs: record real 'wrong password after logout' fix (verify resolves username OR email)

This commit is contained in:
Macky
2026-08-07 21:02:23 +07:00
parent 3bc23997e2
commit aec596d1d6
2 changed files with 38 additions and 0 deletions

View File

@@ -37,3 +37,4 @@ Informed by MiroFish (CrowdSight engine) + the hermes-brain-and-tools CrowdSight
- `2026-08-07-auth-gitea.md` — username login + first-time admin setup + Gitea push.
- `2026-08-07-docker-final.md` — Docker build fix: ship prebuilt frontend/dist, no npm in image (resolves repeated `vite: not found`).
- `2026-08-07-login-after-setup.md` — can't-login-after-setup = deployment data non-persistence, not login logic (verified).
- `2026-08-07-login-email-fix.md` — REAL fix: verify() resolves username OR email; "wrong password" after logout→login was email-login not resolving a user.