mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
b2573a1ee3
The export/import handlers were using direct string comparison for API tokens instead of proper hash comparison. This caused auth to fail when tokens were stored as hashes (which is what the security wizard does). addresses #314