diff --git a/app/models/user.rb b/app/models/user.rb index d8203712c..ad0b3f59c 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -751,8 +751,6 @@ def can_update_personell?(lecture) return false end - # make sure that no IP adress data are stored via the :trackable module - # of Devise # see https://github.com/heartcombo/devise/issues/4849#issuecomment-534733131 # We use the Devise::Trackable module to track sign-in count and current/last # sign-in timestamp. However, we don't want to track IP address, but Trackable