Files
headscale/cmd
Lukas Runge 41e49462c4 cli: fix users rename when resolved by name
resolveSingleUser returned the raw --identifier flag value instead of
the identifier of the matched user. Renaming with --name therefore sent
OldId=0 to the API and failed with "user not found". Return the matched
user's identifier and pass it straight to the rename endpoint.
2026-09-04 11:37:56 +02:00
..