From 11031689aabf6b4d953e12e59bbf40160f41a4f9 Mon Sep 17 00:00:00 2001 From: lslalbai <56890602+lslalbai@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:52:21 -0500 Subject: [PATCH] Update default admin username in setup-server.md Per [the docassemble instructions](https://docassemble.org/docs/docker.html#starting), the default username on installation in the `jhpyle/docassemble` image is `admin@example.com` not `admin@admin.com`. --- docs/admin_guide_docassemble/setup-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_guide_docassemble/setup-server.md b/docs/admin_guide_docassemble/setup-server.md index 89f69edd9..3a33a995d 100644 --- a/docs/admin_guide_docassemble/setup-server.md +++ b/docs/admin_guide_docassemble/setup-server.md @@ -379,7 +379,7 @@ Compose file to ensure you are setting the same flags in the new container. In a few minutes, your docassemble server will be up and running. Visit the website at the DNS name you chose, `https://apps.example.com`. Log in with the default username and password, -admin@admin.com/password. Change it to something more secure. +admin@example.com/password. Change it to something more secure. ### Monitor progress