mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
300f805665
- 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