Forum Discussion
JRahm
Oct 20, 2023Admin
Hi sraue you don't login to the instance with admin/admin, you can only reset the password with those credentials:
PUT https://next_image_ip:5443/api/v1/me
Authorization: Basic YWRtaW46YWRtaW4=
Content-Type: applications/json
Payload:
{
"currentPassword": "admin",
"newPassword": "MYNEWSUPERSECRETPASSWORD"
}