Validates organization name format
bool isValidOrganizationName(String name) { return ProjectConfig.isValidOrganizationName(name); }