From c80462d0b1549b374b69051bdba62424e77bd2ec Mon Sep 17 00:00:00 2001 From: Albert Wong Date: Tue, 10 Jan 2023 14:30:31 -0800 Subject: [PATCH] add additional required fields for 2022.3 --- linux/automated-installer/reg_templ.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux/automated-installer/reg_templ.json b/linux/automated-installer/reg_templ.json index b6cde1f..6af529d 100644 --- a/linux/automated-installer/reg_templ.json +++ b/linux/automated-installer/reg_templ.json @@ -11,5 +11,7 @@ "state":"[value]", "department":"[value]", "first_name":"[value]", - "email":"[value]" + "email":"[value]", + "company_employees": "[value]", + "opt_in": "[value]" } \ No newline at end of file