forked from undp/Digital-Transparency-System-NDC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed the ministry user creation from csv files
- Loading branch information
1 parent
edbcab9
commit 041d574
Showing
5 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
NAME,EMAIL,PHONE,ORGANISATION TAX ID,ORGANISATION TYPE(Developer|Certifier|API) | ||
NAME,EMAIL,PHONE,ORGANISATION TAX ID,ORGANISATION TYPE(Developer|Certifier|API), SECTORAL SCOPE, MINISTER NAME | ||
Org 2,[email protected],,33333,Develop | ||
Org 3,[email protected],,55555,Develop | ||
Org 3,[email protected],,88888,Develop | ||
Cert 2,[email protected],,44444,Certifier | ||
API,[email protected],,66666,API | ||
Org 4,[email protected],,77777,Develop | ||
Org 4,[email protected],,77777,Develop | ||
Org Min,[email protected],,,Ministry,OrgMin,2-4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
NAME,EMAIL,PHONE,ORGANISATION TAX ID,ORGANISATION TYPE(Government|Developer|Certifier|API),ROLE(admin|Manager|View),Password,APIKey | ||
NAME,EMAIL,PHONE,ORGANISATION TAX ID | COMPANY ID,ORGANISATION TYPE(Government|Developer|Certifier|API),ROLE(admin|Manager|View),Password,APIKey | ||
Test User,[email protected],,Government of Antarctica,Government,admin,123, | ||
Test Dev,[email protected],,33333,Developer,admin,123, | ||
Test Dev 2,[email protected],,55555,Developer,admin,123, | ||
Test Dev 3,[email protected],,88888,Developer,admin,123, | ||
Test Cert,[email protected],,44444,Certifier,admin,123, | ||
Test API,[email protected],,66666,API,admin,123,cGFsaW5kYSthcGlAeGVwdGFnb24uY29tX19fMTIzNDU= | ||
Test API,[email protected],,66666,API,admin,123,cGFsaW5kYSthcGlAeGVwdGFnb24uY29tX19fMTIzNDU= | ||
Test Min,[email protected],,,Ministry,admin,123, |