google-nomulus/javatests/google/registry/ui/server/registrar
mcilwain 8ac8ecf8f6 Rationalize OT&E client ID validation rules
This makes the validation rules much simpler, thus placing less cognitive load on the users of the console and nomulus tool.  The changes are:

1. Don't allow hyphens. No real registrars use hyphens in their client IDs, and it's better to reserve these solely as the delimiter between the base client ID and the number representing the environment.
2. Allow the first character to be a number.  This has affected multiple real registrars, causing their OT&E and production client IDs to be different.  There's no reason for this restriction, as the only reason motivating it was that there are no TLDs that start with a number.  However, the OT&E TLDs are created only in sandbox and never have DNS syncing enabled, so this restriction is purposeless.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229187198
2019-01-14 16:28:12 -05:00
..
testdata Allow admin to set AllowedTlds in RegistrarSettingsAction 2018-10-25 14:43:54 -04:00
BUILD Add an action to check the status of OT&E verification 2019-01-08 16:46:41 -05:00
ConsoleUiActionTest.java Move AuthenticatedRegistrarAccessor to request/auth/ 2018-11-16 16:54:21 -05:00
ContactSettingsTest.java Add metrics for registrar console requests 2018-10-25 14:51:58 -04:00
OteStatusActionTest.java Rationalize OT&E client ID validation rules 2019-01-14 16:28:12 -05:00
RegistrarSettingsActionTest.java Allow only OWNERs to change owner-related data on registrar console 2018-12-03 18:56:28 -05:00
RegistrarSettingsActionTestCase.java Move SendEmailUtils to the /ui/server directory 2018-12-20 07:46:33 -05:00
SecuritySettingsTest.java Allow only OWNERs to change owner-related data on registrar console 2018-12-03 18:56:28 -05:00
WhoisSettingsTest.java Add metrics for registrar console requests 2018-10-25 14:51:58 -04:00