mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Autoaccept registrant change if valid dispute password present
This commit is contained in:
parent
bd8ffb7e1d
commit
4870dab8af
2 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ class Epp::Domain < Domain
|
|||
Setting.request_confrimation_on_registrant_change_enabled &&
|
||||
frame.css('registrant').present? &&
|
||||
frame.css('registrant').attr('verified').to_s.downcase != 'yes'
|
||||
registrant_verification_asked!(frame.to_s, current_user.id)
|
||||
registrant_verification_asked!(frame.to_s, current_user.id) unless disputed?
|
||||
end
|
||||
|
||||
errors.empty? && super(at)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue