Browse Source

Add demo users with all types of user accounts

Thibaud Colas 1 year ago
parent
commit
dccc3e1f08
1 changed files with 54 additions and 0 deletions
  1. 54 0
      bakerydemo/base/fixtures/bakerydemo.json

+ 54 - 0
bakerydemo/base/fixtures/bakerydemo.json

@@ -1671,6 +1671,60 @@
       "user_permissions": []
     }
   },
+  {
+    "model": "auth.user",
+    "pk": 4,
+    "fields": {
+      "password": "pbkdf2_sha256$600000$vDpqnaE6Nb6yc4r0v9Z6MK$xHyp2mJ1UZOhNnmjgOF8Id8W8gIbif8xyCS8Vj0NICU=",
+      "last_login": null,
+      "is_superuser": false,
+      "username": "editor",
+      "first_name": "Editor",
+      "last_name": "User",
+      "email": "editor@example.com",
+      "is_staff": false,
+      "is_active": true,
+      "date_joined": "2019-02-17T08:01:33.700Z",
+      "groups": [["Editors"]],
+      "user_permissions": []
+    }
+  },
+  {
+    "model": "auth.user",
+    "pk": 5,
+    "fields": {
+      "password": "pbkdf2_sha256$600000$f90XskzX2N06T8lOwkce0h$vgXRvkERlpJprzpbPs532+Q7Tw6hACddA0wYWck8u1Y=",
+      "last_login": null,
+      "is_superuser": false,
+      "username": "moderator",
+      "first_name": "Moderator",
+      "last_name": "User",
+      "email": "moderator@example.com",
+      "is_staff": false,
+      "is_active": true,
+      "date_joined": "2019-02-17T08:02:33.700Z",
+      "groups": [["Moderators"]],
+      "user_permissions": []
+    }
+  },
+  {
+    "model": "auth.user",
+    "pk": 6,
+    "fields": {
+      "password": "pbkdf2_sha256$600000$zQKWzgiFtsrRNaYd2owW0c$Y5NyUP57J53f4YV7JfP+AUMBGFvHd3QGHQv4O7UhSLQ=",
+      "last_login": null,
+      "is_superuser": true,
+      "username": "inactive",
+      "first_name": "Inactive",
+      "last_name": "User",
+      "email": "inactive@example.com",
+      "is_staff": false,
+      "is_active": false,
+      "date_joined": "2019-02-17T08:03:33.700Z",
+      "groups": [],
+      "user_permissions": []
+    }
+  },
   {
     "model": "wagtailcore.groupapprovaltask",
     "pk": 1,