mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| security.go | ||
| settings.go | ||
| system_settings.go | ||
| updates.go | ||