mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Improve ip whitelist #2713
This commit is contained in:
parent
afb3d7ed1d
commit
a4ccc5749e
6 changed files with 19 additions and 13 deletions
|
@ -47,16 +47,6 @@ class Registrar::SessionsController < Devise::SessionsController
|
|||
end
|
||||
end
|
||||
|
||||
unless @api_user.registrar.registrar_ip_white?(request.ip)
|
||||
@depp_user.errors.add(:base, I18n.t(:ip_is_not_whitelisted))
|
||||
end
|
||||
|
||||
if @api_user.can_make_api_calls?
|
||||
unless @api_user.registrar.api_ip_white?(request.ip)
|
||||
@depp_user.errors.add(:base, I18n.t(:ip_is_not_whitelisted))
|
||||
end
|
||||
end
|
||||
|
||||
if @depp_user.errors.none? && @depp_user.valid?
|
||||
if @api_user.active?
|
||||
sign_in @api_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue