internetee / registrant_center

Web portal for domain registrants and contacts to get a registrar independent overview of domain associated with the user. Other features include contact data update and fully automated domain registry lock.
0 stars 0 forks source link

Automatically update contact object name using data from electronic identification process #9

Closed vohmar closed 4 years ago

vohmar commented 4 years ago

Contact data updating option enables only to update email address and phone number of the objects that belong to logged in user (same personal id number).

Add functionality to also update contact name if it differs from the one received from authentication process. This could be done automatically on first login or as a background job while user can freely use the portal for example.

image

image

karlerikounapuu commented 4 years ago

This is actually easier to implement in Registrant API side, as we're sending this data (full name, ident, country) anyway to the API at the moment. I'm going to do this in registry#1724