mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user