mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 03:17:28 +03:00
🐛 Bug Report: Email verification not persisting #642
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @marcaddeo on GitHub (Feb 2, 2026).
Reproduction steps
Enable email verification and verify the email on your account.
Expected behavior
My email should stay verified :)
Actual Behavior
When I verify the email of my account on Pocket ID it temporarily shows that I have a verified email. Then, after some time has passed, it becomes unverified again.
Pocket ID Version
2.2.0
Database
Postgres
OS and Environment
Linux/Kubernetes
Log Output
No response
@marcaddeo commented on GitHub (Feb 2, 2026):
I believe this is happening because I'm using pocket-id-operator which is updating my user every ~5 minutes to ensure it stays synced with the config in the cluster.
Still trying to determine which end of this the bug exists at