From a8b7e09a4ee7fc75e0c98ed3045bb34383edeb54 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:27:07 +0100 Subject: [PATCH] install_with_ddev.md: About `admin` password --- docs/getting_started/install_with_ddev.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting_started/install_with_ddev.md b/docs/getting_started/install_with_ddev.md index 1f66c63226..758abb6d5c 100644 --- a/docs/getting_started/install_with_ddev.md +++ b/docs/getting_started/install_with_ddev.md @@ -161,6 +161,12 @@ Once you've made this change, you can proceed to install [[= product_name =]]. ddev php bin/console ibexa:install ``` +This installation asks for a password to create the `admin` account, password with the following constraints: + +- 10 characters long +- at least one upper case letter +- at least one number + ### 7. Open browser Once the above steps are completed, open the [[= product_name =]]'s webpage by running the `ddev launch` command.