From 66d80b79e529a0aeeb87dfc10461daf5e7c91dcb Mon Sep 17 00:00:00 2001 From: Julien Jomier Date: Tue, 13 Jan 2026 13:32:00 -0500 Subject: [PATCH] Updating docker documentation to create a new user --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 510aff485b..21f89785da 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -27,7 +27,7 @@ docker compose -f docker/docker-compose.yml \ If you choose not to use an external OAuth2 or SAML authentication provider with CDash, you may want to create users manually. Use the following command to create a user from the command line: ```bash -docker exec --user www-data cdash bash -c "php artisan user:save --email= --password= --firstname= --lastname= --institution= --admin=<1/0>" +docker exec --user www-data cdash-website-1 bash -c "php artisan user:save --email= --password= --firstname= --lastname= --institution= --admin=<1/0>" ``` Once a user with administrative privileges has been created, you can use that user to create other users via the web interface.