Hide contact password unless the current registrar is sponsoring

Closes #1446
This commit is contained in:
Artur Beljajev 2019-12-18 09:14:13 +02:00
parent b90a937c9a
commit 5d2f1a89fb
2 changed files with 29 additions and 5 deletions

View file

@ -69,10 +69,6 @@ xml.epp_head do
xml.tag!('contact:authInfo') do
xml.tag!('contact:pw', @contact.auth_info)
end
else
xml.tag!('contact:authInfo') do
xml.tag!('contact:pw', 'No access')
end
end
end
end