From 2c8e16cf4b82f33389f2fb8fed4d1e2dcc31b068 Mon Sep 17 00:00:00 2001 From: battye Date: Tue, 10 Jan 2023 02:46:51 +0000 Subject: [PATCH] [ticket/17086] Update codespaces.md PHPBB3-17086 --- phpBB/docs/codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/codespaces.md b/phpBB/docs/codespaces.md index cc5231f78d..c7b5a28af3 100644 --- a/phpBB/docs/codespaces.md +++ b/phpBB/docs/codespaces.md @@ -20,7 +20,7 @@ Features include: * Under the `Code` button, click the `Codespaces` tab and then the `+` button to create a new Codespace. * It may take several minutes to configure and install phpBB on the newly created virtual machine. Once it is ready, a web-based VS Code instance will appear. * Under the `Ports` tab, click on the local address under port 80 to open the private website for the new phpBB installation. - * By default, the login details for the new phpBB installation are `admin` / `mypassword` + * By default, the login details for the new phpBB installation are `admin` / `adminadmin` * Port 9003 is also open to allow Xdebug connections. ### To use the command line