From d98eb803981ca7a2d7bee658d19677df92697258 Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 5 Apr 2026 09:23:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20fix:=20hire-an-agent=20password=20reset?= =?UTF-8?q?=20missing=20must=5Fchange=5Fpassword:false=20=E2=80=94=20clone?= =?UTF-8?q?=20fails=20(#200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/disinto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/disinto b/bin/disinto index c3b454f..fc021e8 100755 --- a/bin/disinto +++ b/bin/disinto @@ -2677,7 +2677,7 @@ disinto_hire_an_agent() { -u "${admin_user}:${admin_pass}" \ -H "Content-Type: application/json" \ "${forge_url}/api/v1/admin/users/${agent_name}" \ - -d "{\"password\":\"${user_pass}\"}" >/dev/null 2>&1; then + -d "{\"password\":\"${user_pass}\",\"must_change_password\":false}" >/dev/null 2>&1; then echo " Reset password for existing user '${agent_name}'" else echo " Warning: could not reset password for existing user" >&2