You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a known session id (from myself or sniffed), it is possible to change the E-Mail address without any confirmation. The following curl command outlines this:
curl --request POST \
--url http://127.0.0.1:8080/api/account \
--header 'content-type: application/json' \
--cookie JSESSIONID={{ YOUR SESSION ID }} \
--data '{"login": "newMail@example.org", "roles": []}'
The text was updated successfully, but these errors were encountered:
With a known session id (from myself or sniffed), it is possible to change the E-Mail address without any confirmation. The following curl command outlines this:
The text was updated successfully, but these errors were encountered: