From 9b2492d19b5f41ecceb68bf9075a6ed60b757400 Mon Sep 17 00:00:00 2001 From: freyazjiner Date: Tue, 20 Jan 2026 14:15:54 -0500 Subject: [PATCH 1/2] document admin user login information --- Developer-Guide--Set-Up-With-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index 1c66203..3a5f733 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -90,7 +90,9 @@ If you want to get started on working on MarkUs quickly and painlessly, this is [1] - Worker 2 (PID: 77) booted in 0.01s, phase: 0 ``` -10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. Use the username `instructor` and any non-empty password to login. +10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. + - To login as an instructor, use the username `instructor` and any non-empty password. + - To login as an admin user, use the username `.admin` and any non-empty password. *Tip*: to terminate the Rails server, go to the terminal window where the server is running and press `Ctrl + C`/`⌘ + C`. From 3a430fe9a95a3a6f37bb521eca960d725c08bad7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:29:28 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Developer-Guide--Set-Up-With-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index 3a5f733..f319deb 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -90,7 +90,7 @@ If you want to get started on working on MarkUs quickly and painlessly, this is [1] - Worker 2 (PID: 77) booted in 0.01s, phase: 0 ``` -10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. +10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. - To login as an instructor, use the username `instructor` and any non-empty password. - To login as an admin user, use the username `.admin` and any non-empty password.