Commit 78090b70083fea0071624fb10b152f6b920755d6

Authored by Alexis Koralewski
1 parent a9e681a5
Exists in dev

passing is_superuser and is_staff to false to every user that aren't Admin or Un…

…it-PI or Unit-board in initial fixture
src/core/pyros_django/misc/fixtures/initial_fixture_TZ.json
... ... @@ -849,11 +849,11 @@
849 849 "fields": {
850 850 "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=",
851 851 "last_login": null,
852   - "is_superuser": true,
  852 + "is_superuser": false,
853 853 "first_name": "Observer",
854 854 "last_name": "Observer",
855 855 "email": "observer@example.com",
856   - "is_staff": true,
  856 + "is_staff": false,
857 857 "date_joined": "2021-05-20T09:03:37.108Z",
858 858 "username": "observer@example.com",
859 859 "is_active": true,
... ... @@ -911,11 +911,11 @@
911 911 "fields": {
912 912 "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=",
913 913 "last_login": null,
914   - "is_superuser": true,
  914 + "is_superuser": false,
915 915 "first_name": "Operator",
916 916 "last_name": "Operator",
917 917 "email": "Operator@example.com",
918   - "is_staff": true,
  918 + "is_staff": false,
919 919 "date_joined": "2021-05-20T09:03:37.108Z",
920 920 "username": "Operator@example.com",
921 921 "is_active": true,
... ... @@ -942,11 +942,11 @@
942 942 "fields": {
943 943 "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=",
944 944 "last_login": null,
945   - "is_superuser": true,
  945 + "is_superuser": false,
946 946 "first_name": "Management",
947 947 "last_name": "Board",
948 948 "email": "Management_board@example.com",
949   - "is_staff": true,
  949 + "is_staff": false,
950 950 "date_joined": "2021-05-20T09:03:37.108Z",
951 951 "username": "Management_board@example.com",
952 952 "is_active": true,
... ... @@ -1004,11 +1004,11 @@
1004 1004 "fields": {
1005 1005 "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=",
1006 1006 "last_login": null,
1007   - "is_superuser": true,
  1007 + "is_superuser": false,
1008 1008 "first_name": "TAC",
1009 1009 "last_name": "TAC",
1010 1010 "email": "TAC@example.com",
1011   - "is_staff": true,
  1011 + "is_staff": false,
1012 1012 "date_joined": "2021-05-20T09:03:37.108Z",
1013 1013 "username": "TAC@example.com",
1014 1014 "is_active": true,
... ... @@ -1035,11 +1035,11 @@
1035 1035 "fields": {
1036 1036 "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=",
1037 1037 "last_login": null,
1038   - "is_superuser": true,
  1038 + "is_superuser": false,
1039 1039 "first_name": "Visitor",
1040 1040 "last_name": "Visitor",
1041 1041 "email": "Visitor@example.com",
1042   - "is_staff": true,
  1042 + "is_staff": false,
1043 1043 "date_joined": "2021-05-20T09:03:37.108Z",
1044 1044 "username": "Visitor@example.com",
1045 1045 "is_active": true,
... ...