{{define "title"}}Torrent Reassign{{end}} {{define "content"}}
{{ block "csrf_field" $ }}{{end}} {{ range (index $.FormInfos "infos")}}
× {{ . }}
{{end}} {{ range (index $.FormErrors "errors")}}
× {{ . }}
{{end}}

Reassigning torrents to a new user is not easily reverted and should be done with care.

{{with .Form}}

Old Username
Torrent ID

One ID per line or a single username

{{end}}

Might take a long time, do NOT abort the request.

{{end}}