mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
2c4a8a3fc1
The password change endpoint now handles both scenarios: - Direct auth: Uses Authorization header when it contains Pulse credentials - Proxy auth: Uses currentPassword from JSON body when behind proxy Basic Auth - Prevents proxy auth from interfering with Pulse's own authentication - Maintains security by always requiring current password verification