NeoNav-Team / neonav-auth-portal

Authentication portal for the NeoNav network
2 stars 1 forks source link

Change password does not work #17

Open mjukis opened 8 months ago

mjukis commented 8 months ago

The payload with oldpass, newpass1, and newpass2 is not arriving at the API when the password change form is completed, throwing an HTTP 400 missing variables error.

mjukis commented 7 months ago

Testing so far:

Tried changing method to POST instead of PUT on both ends, same result.

Tried to view sent payload in Chrome, which appears correct?

Tried to use various REST-API software to test the endpoint, they all work.