From a478fb0287d5040ea171e8425e3b9f49d7e128d4 Mon Sep 17 00:00:00 2001 From: YapWC <34093361+YapWC@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:52:08 +0800 Subject: [PATCH] Update Install ERPNext Section Added a line to inform about the credential used for login. --- docs/single-server-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/single-server-example.md b/docs/single-server-example.md index ca61cda1..dcdd2ccd 100644 --- a/docs/single-server-example.md +++ b/docs/single-server-example.md @@ -187,7 +187,7 @@ You can stop here and have a single bench single site setup complete. Continue t docker compose --project-name erpnext-one exec backend \ bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit --install-app erpnext --admin-password changeit two.example.com ``` - +Login with Username: Administrator Password: changeit #### Create second bench Setting up additional bench is optional. Continue only if you need multi bench setup.