From a225b69f4cdc2cf25ad8009a39d845f00948af7b Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Wed, 4 Sep 2024 12:33:46 +0200 Subject: [PATCH] Added misisng initial login section --- docs/deployment/docker.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/deployment/docker.mdx b/docs/deployment/docker.mdx index e6b94940..5f659e2e 100644 --- a/docs/deployment/docker.mdx +++ b/docs/deployment/docker.mdx @@ -44,6 +44,17 @@ import CloudVersion from "/snippets/cloud-version.mdx"; 5. Access OpnForm at http://localhost +### Initial Login + +After installation, use these credentials to access the app: + +- Email: `admin@opnform.com` +- Password: `password` + +You will be prompted to change your email and password after your first login. + +Public registration is disabled in the self-hosted version. Use the admin account to invite additional users. + ## Docker Images OpnForm provides pre-built Docker images for easy deployment. You can find our official Docker images on Docker Hub: