mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
2004042c27
The change password feature was not working because the backend wasn't actually verifying the current password before allowing changes. Fixed both frontend and backend issues: - Frontend now uses the correct username from localStorage - Backend now properly validates the current password before allowing change - Added proper security checks to prevent unauthorized password changes