mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Do not overwrite auth info on domain create #2833
This commit is contained in:
parent
a447c8653c
commit
eff8dd5d7a
3 changed files with 8 additions and 5 deletions
|
@ -353,9 +353,7 @@ module Epp
|
|||
defaults = {
|
||||
name: { value: next_domain_name },
|
||||
period: nil,
|
||||
authInfo: {
|
||||
pw: { value: '98oiewslkfkd', attrs: { roid: 'citizen_1234-REP' } }
|
||||
}
|
||||
authInfo: nil
|
||||
}
|
||||
|
||||
xml_params = defaults.deep_merge(xml_params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue