mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
e01982c40f
- Docker containers were not saving credentials to persistent storage - Non-Docker setups were saving plain text instead of hashed credentials - After container restart, saved credentials would not work This fixes issue #314 where users couldn't login after setting up security in Docker containers. The Quick Security Setup now: 1. Properly hashes passwords and tokens before saving 2. Saves to /etc/pulse/.env for persistence in Docker volumes 3. Correctly loads credentials after container restart