namespace:gitlabdonamespace:usersdodesc"GitLab | Clear the authentication token for all users"taskclear_all_authentication_tokens: :environmentdo|t,args|# Do small batched updates because these updates will be slow and lockingUser.select(:id).find_in_batches(batch_size: 100)do|batch|User.where(id: batch.map(&:id)).update_all(authentication_token: nil)endendendend