From afb70509a780ec6c8b022c8df8b5006b357c82da Mon Sep 17 00:00:00 2001 From: Fatima Gomez Date: Fri, 13 Jan 2023 13:32:07 -0600 Subject: [PATCH] update wagtail admin password --- .../fixtures/initial_cms_content.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/{{ cookiecutter.module_name }}/fixtures/initial_cms_content.json b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/{{ cookiecutter.module_name }}/fixtures/initial_cms_content.json index a5e1ebd..ce2ed22 100644 --- a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/{{ cookiecutter.module_name }}/fixtures/initial_cms_content.json +++ b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/{{ cookiecutter.module_name }}/fixtures/initial_cms_content.json @@ -111,7 +111,7 @@ "model": "auth.user", "pk": 1, "fields": { - "password": "pbkdf2_sha256$260000$lQ1JU1HnCEqOte2RqKR6kl$9UfdTtt47gg6DHkkGS6t2pAw6lFnf74EdrL0rsML/SU=", + "password": "pbkdf2_sha256$260000$iEvdicSWtWGlWWMguyRSDw$KR7TR9ZrLD7O4NI6rSXOy6vipc5a7HfOBWGBktUZ9+8=", "last_login": "2022-10-20T20:11:01.590Z", "is_superuser": true, "username": "datamade-admin",