mirror of
https://github.com/rommapp/romm.git
synced 2026-01-23 13:33:56 +08:00
Stop using query parameters for user creation and update endpoints in the API. Instead, use the request body to pass user data. This change stops leaking sensitive information like passwords in the URL. Fixes #2010