mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 02:04:53 +09:00
b3b55cc472
The rename request sent the raw --identifier flag value, which is 0 when the user was resolved with --name, so the API answered "user not found". Send the matched user's ID instead. Equivalent of #3442 on main, rewritten: that fix targets the v1 HTTP client, which 0.29 does not have.