mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 18:59:35 +02:00
Rename client ID to registrar ID in most places (#1317)
* Rename client ID to registrar ID in most places This is a code-only change, that shouldn't require any sort of data migration. Correspondingly, there are some existing uses of clientId that are not migrated (e.g. Datastore fields, task queue payloads, URL parameters for actions that might be hit from task queues, etc.). And it of course doesn't modify any fields in EPP XML. Note that the Cloud SQL schema fields are already named using the registar_id pattern. This also doesn't yet touch on the -c parameters in nomulus tools; that will be coming later (since that is an external manual touch-point, it will require a lot more in the way of changes to various meta scripts and documentation). * Change more client IDs * Merge branch 'master' into clientid-to-registrarid
This commit is contained in:
parent
0b6f18f6d4
commit
d5a91e7218
268 changed files with 1897 additions and 1786 deletions
|
@ -923,7 +923,7 @@ An EPP flow for login.
|
|||
* Registrar IP address is not in stored allow list.
|
||||
* Registrar certificate not present.
|
||||
* Registrar password is incorrect.
|
||||
* Registrar with this client ID could not be found.
|
||||
* Registrar with this ID could not be found.
|
||||
* 2201
|
||||
* Registrar account is not active.
|
||||
* 2306
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue