I can login with the current superuser admin /api/auth/signin Request Method POST Status Code 200 OK payload ``` {"email":"admin@tiledesk.com","password":"superadmin"} ``` when i try to change the password i get Current password is invalid /api/users/changepsw/ Request Method PUT Status Code 401 Unauthorized Remote Address ``` {"oldpsw":"superadmin","newpsw":"NEWRANDOMPASS"} ``` <img width="760" height="778" alt="Image" src="https://github.com/user-attachments/assets/5c157d8c-a846-4126-8e80-452ab1f4eb0c" />