google-nomulus/core/src
gbrodman d09fc7ee05
Match logged-in GAE user ID with registrar POC user ID (#511)
* Match logged-in GAE user ID with registrar POC user ID

The reasoning for this is thus:
We wish to have the users log in using Google-managed addresses--this is
so that we can manage enforcement of things like 2FA, as well as generic
account management. However, we wish for the registry-lock confirmation
emails to go to their standard non-Google email addresses--e.g.
johndoe@theregistrar.com, rather than johndoe@registry.google.

As a result, for registry lock, we will enable it on
the johndoe@registry.google account, but we will alter the email address
of the corresponding Registrar POC account to contain
johndoe@theregistrar.com. By doing this, the user will still be logging
in using the @registry.google account but we'll match to their actual
contact email.

* fix up comments and messages

* Error if >1 matching contact

* include email addresses

* set default optional

* fix tests
2020-03-16 11:38:05 -04:00
..
main Match logged-in GAE user ID with registrar POC user ID (#511) 2020-03-16 11:38:05 -04:00
nonprod/java/google/registry/tools Implement dump_golden_schema command in devtool (#467) 2020-02-03 13:25:27 -05:00
test Match logged-in GAE user ID with registrar POC user ID (#511) 2020-03-16 11:38:05 -04:00