mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Hide contact password unless the current registrar is sponsoring
Closes #1446
This commit is contained in:
parent
b90a937c9a
commit
5d2f1a89fb
2 changed files with 29 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue