2ff139ddee
+ rename shared context
5 lines
158 B
Ruby
5 lines
158 B
Ruby
Rails.application.configure do |config|
|
|
Warden::Manager.after_set_user do |user, auth, opts|
|
|
Gitlab::Auth::UniqueIpsLimiter.limit_user!(user)
|
|
end
|
|
end
|