summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/two_factor.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/two_factor.rake')
-rw-r--r--lib/tasks/gitlab/two_factor.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/two_factor.rake b/lib/tasks/gitlab/two_factor.rake
index 7728c485e8d..6b22499a5c8 100644
--- a/lib/tasks/gitlab/two_factor.rake
+++ b/lib/tasks/gitlab/two_factor.rake
@@ -1,7 +1,7 @@
namespace :gitlab do
namespace :two_factor do
desc "GitLab | Disable Two-factor authentication (2FA) for all users"
- task disable_for_all_users: :environment do
+ task disable_for_all_users: :gitlab_environment do
scope = User.with_two_factor
count = scope.count