disinto/tests
openhands 39aa638b6f fix: PATCH all mock users to disable must_change_password (#668)
Forgejo's admin API POST /admin/users may not honor
must_change_password:false in the request body. Previously only admin
users got a PATCH (to set admin:true), which incidentally cleared
must_change_password. Bot users had no PATCH, so basic auth for token
creation returned 401.

Now every mock-created user gets a PATCH to explicitly set
must_change_password:false, fixing bot token creation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:13:31 +00:00
..
smoke-init.sh fix: PATCH all mock users to disable must_change_password (#668) 2026-03-25 11:13:31 +00:00