X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfdddd21774a4937154e9af7769dcd30d96d9418..32e1a62223130822eaac3ebdef942a44102184b9:/doc/admin/token-expiration-policy.html.textile.liquid diff --git a/doc/admin/token-expiration-policy.html.textile.liquid b/doc/admin/token-expiration-policy.html.textile.liquid index c71d86c47f..5efbccbc19 100644 --- a/doc/admin/token-expiration-policy.html.textile.liquid +++ b/doc/admin/token-expiration-policy.html.textile.liquid @@ -113,7 +113,7 @@ If you have an existing Arvados installation and want to set a token lifetime po The @db:check_long_lived_tokens@ task will list which users have tokens with no expiration date. -
# bundle exec rake db:check_long_lived_tokens
+
# bin/rake db:check_long_lived_tokens
 Found 6 long-lived tokens from users:
 user2,user2@example.com,zzzzz-tpzed-5vzt5wc62k46p6r
 admin,admin@example.com,zzzzz-tpzed-6drplgwq9nm5cox
@@ -124,7 +124,7 @@ user1,user1@example.com,zzzzz-tpzed-ftz2tfurbpf7xox
 To apply the new policy to existing tokens, use the @db:fix_long_lived_tokens@ task.
 
 
-
# bundle exec rake db:fix_long_lived_tokens
+
# bin/rake db:fix_long_lived_tokens
 Setting token expiration to: 2020-08-25 03:30:50 +0000
 6 tokens updated.