Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registrar: option to set and reset transfer code in the portal #82

Closed
vohmar opened this issue Apr 19, 2021 · 3 comments · Fixed by #83
Closed

Registrar: option to set and reset transfer code in the portal #82

vohmar opened this issue Apr 19, 2021 · 3 comments · Fixed by #83
Assignees
Labels
enhancement New feature or request

Comments

@vohmar
Copy link
Contributor

vohmar commented Apr 19, 2021

Note: This is most probably for the new registrar portal and not worth the effort in the current one

  • Current registrar portal does not provide option to set transfer code by regsitrar on domain registration or change it with domain update even though the functionality is there and usable over EPP API.
  • Secondly to make changing transfer code easy the interface could have some button like solution in case registrar needs to do a quick code change (ie in case the current code has leaked) - button executes regular domain update request with autogenerated new code
  • As an additional feature the transfer code should be automatically changed on registrant change
@vohmar vohmar added the enhancement New feature or request label Apr 19, 2021
@vohmar vohmar transferred this issue from internetee/registry Jan 2, 2023
@vohmar
Copy link
Contributor Author

vohmar commented Jan 2, 2023

@OlegPhenomenon OlegPhenomenon self-assigned this Jan 2, 2023
@vohmar
Copy link
Contributor Author

vohmar commented Jan 2, 2023

In epp the change authinfo option should be implemented. Check domain-ee-1.2.xsd. It's included in the chgType element. It's excecuted in the epp command like this:

...
domain:chg
domain:authInfo
domain:pw2BARfoo</domain:pw>
</domain:authInfo>
</domain:chg>
</domain:update>
...

and the repp reference above should also be correct (domain transfer is described here: https://internetee.github.io/repp-apidoc/#transfer-domain)

@vohmar
Copy link
Contributor Author

vohmar commented Jan 4, 2023

not entirely sure if this is related to this specific branch, but

  • registrant change with verified=yes parameter resulted in logout from the portal and no change - no requests reach repp api
    • apparently the issue was with the specific contact object - not sure what is wrong with it (code@staging: EEDIRECT:A56D705F)

no other issues detected

@vohmar vohmar closed this as completed in #83 Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants