Add domain name invalid to epp errors

This commit is contained in:
Martin Lensment 2014-10-29 12:51:09 +02:00
parent e2e2571977
commit 1498aa339f

View file

@ -39,6 +39,9 @@ class Epp::EppDomain < Domain
}
]
],
'2005' => [
[:name_dirty, :invalid, { obj: 'name', val: name_dirty }]
],
'2201' => [
[:auth_info, :wrong_pw]
]