mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02:00
Add a registryLockEmailAddress field to RegistrarConctact objects (#523)
* Add a registryLockEmailAddress field to RegistrarConctact objects Because we need to manage the login email, it should be on an account that we manage. However, for registry lock, we would want to send the verification emails to a separate email address that the user can use. As a result, we will use a second field for a user-accessible registry lock email address. This must be set on the contact when enabling registry lock for this contact. * Responses to CR * derp
This commit is contained in:
parent
dd7e7c73d8
commit
2b554e76de
22 changed files with 118 additions and 26 deletions
|
@ -158,6 +158,7 @@
|
|||
gae_user_id text,
|
||||
name text,
|
||||
phone_number text,
|
||||
registry_lock_email_address text,
|
||||
registry_lock_password_hash text,
|
||||
registry_lock_password_salt text,
|
||||
types text[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue