diff --git a/v1.7.0/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.4-set-up-employees-for-testing-or-production/3.2.3.1-prepare-source-file-for-test-employees.md b/v1.7.0/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.4-set-up-employees-for-testing-or-production/3.2.3.1-prepare-source-file-for-test-employees.md
index 46ea951..93a731b 100644
--- a/v1.7.0/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.4-set-up-employees-for-testing-or-production/3.2.3.1-prepare-source-file-for-test-employees.md
+++ b/v1.7.0/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.4-set-up-employees-for-testing-or-production/3.2.3.1-prepare-source-file-for-test-employees.md
@@ -30,7 +30,7 @@ In production, the National System Administrator user will use the OpenCRVS UI t
Using our [default-employees.csv](https://github.com/opencrvs/opencrvs-countryconfig/blob/develop/src/data-seeding/employees/source/default-employees.csv) file as an example, you can create employees with all possible roles to quality assure your OpenCRVS instance, or just a single National System Admin role. Our deafult-employees.csv file looks like this:
-
primaryOfficeId | givenNames | familyName | systemRole | role | mobile | username | email | password |
---|
CRVS_OFFICE_JWMRGwDBXK | Kalusha | Bwalya | FIELD_AGENT | Social Worker | 0911111111 | k.bwalya | kalushabwalya@gmail.com | test |
CRVS_OFFICE_JWMRGwDBXK | Felix | Katongo | REGISTRATION_AGENT | Registration Agent | 0922222222 | f.katongo | felixkatongo@gmail.com | test |
CRVS_OFFICE_JWMRGwDBXK | Kennedy | Mweene | LOCAL_REGISTRAR | Local Registrar | 0933333333 | k.mweene | kennedymweene@gmail.com | test |
+primaryOfficeId | givenNames | familyName | role | mobile | username | email | password |
---|
CRVS_OFFICE_JWMRGwDBXK | Kalusha | Bwalya | FIELD_AGENT | 0911111111 | k.bwalya | kalushabwalya@gmail.com | test |
CRVS_OFFICE_JWMRGwDBXK | Felix | Katongo | REGISTRATION_AGENT | 0922222222 | f.katongo | felixkatongo@gmail.com | test |
CRVS_OFFICE_JWMRGwDBXK | Kennedy | Mweene | LOCAL_REGISTRAR | 0933333333 | k.mweene | kennedymweene@gmail.com | test |
{% hint style="danger" %}
Do not change or re-format the header row as the code requires these names to be precise in order to parse the csv. Do not use commas in any cell and do not have any empty rows.
@@ -40,7 +40,7 @@ Do not change or re-format the header row as the code requires these names to be
* The **primaryOfficeId** column is the identifier for the civil registration office where the user will be located. Notice that the format is "CRVS\_OFFICE\_\". For example, all of these users aove will be created in Ibombo District Office
* The **givenNames** column must be the users' first names separated by using a space.
* The **familyName** column must be the users' first names separated by using a space.
-* The **systemRole** column must be set to one of the following supported system roles only, and this defines user permissions:
+* The **role** column must be set to one of the following supported system roles only, and this defines user permissions:
FIELD\_AGENT
@@ -56,7 +56,6 @@ NATIONAL\_REGISTRAR
PERFORMANCE\_MANAGEMENT
-* The **role** column can be any text value to represent the public facing role title for this individual. Role title configuration is explained in the next section.
* The **mobile** column must contain a mobile number **without** your country code. Ensure that the mobile number validates using whatever phone number regular expression that you intend to use when configuring application settings later. You can ignore this if you are not using phone numbers as a method of communication.
* The **username** column must be a unique username that the user will use to authenticate with when logging in.
* The **email** column must contain a valid email address