X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d30db61ea4bdcd686c418cef01ba00e89c4bc338..f7f5dfb456c1ddb6db63cf6e6a79e5d468d20a20:/doc/admin/reassign-ownership.html.textile.liquid diff --git a/doc/admin/reassign-ownership.html.textile.liquid b/doc/admin/reassign-ownership.html.textile.liquid index 90f554a4a2..9c33e18256 100644 --- a/doc/admin/reassign-ownership.html.textile.liquid +++ b/doc/admin/reassign-ownership.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: admin -title: "Reassign ownership of a user's data to another user" +title: "Reassign user data ownership" ... {% comment %} Copyright (C) The Arvados Authors. All rights reserved. @@ -32,7 +32,7 @@ $ arv --format=uuid group create --group '{"group_class": "project", "name": "Da x1u39-j7d0g-mczqiguhil13083 -h3. Step 3: Reassign data from the 'old user' to the new user and project +h3. Step 3: Reassign data from the old user to the new user and project The @user merge@ method reassigns data from the old user to the new user. @@ -42,6 +42,10 @@ $ arv user merge --old-user-uuid=x1u39-tpzed-3kz0nwtjehhl0u4 \ --new-owner-uuid=x1u39-j7d0g-mczqiguhil13083 -After reassigning data, use "unsetup to deactivate the old user's account.":activation.html#deactivating_users +After reassigning data, use @unsetup@ to deactivate the old user's account. + +
+$ arv user unsetup --uuid=x1u39-tpzed-3kz0nwtjehhl0u4
+
Note that authorization credentials (API tokens, ssh keys) are *not* transferred to the new user, as this would potentially give the old user access to the new user's account.