diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index af1a80f..9b05bc4 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -183,7 +183,6 @@ class ApplicationController < ActionController::Base def ldap_security_check if current_user && current_user.ldap_user? && current_user.requires_ldap_check? if gitlab_ldap_access.allowed?(current_user) - gitlab_ldap_access.update_permissions(current_user) current_user.last_credential_check_at = Time.now current_user.save else -- libgit2 0.21.2