From 1f56fe077e763a5eff1ff78e22a1e701534bbf2a Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:09:02 +0100 Subject: [PATCH] install_ibexa_dxp.md: Give the default password rules --- docs/getting_started/install_ibexa_dxp.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index 9af5247f6d..2a56cab125 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -247,11 +247,15 @@ php bin/console ibexa:install Before executing the command make sure that the database user has sufficient permissions. The installer will prompt you for a new password for the `admin` user. -Make sure to use a [strong password](security_checklist.md#strong-passwords) meeting all the [password rules](passwords.md#password-rules). +Make sure to use a [strong password](security_checklist.md#strong-passwords) meeting all the default [password rules](passwords.md#password-rules): + +- a minimum length of 10 characters +- at least one upper case letter +- at least one number !!! note - In scenarios where entering the new password isn't possible, for example, in automated deployments and Continuous Integration environments, use the `--no-interaction` option to skip changing the password and keep the default one, `publish`: + In scenarios where entering the new password isn't possible, for example, in automated deployments and Continuous Integration environments, use the `--no-interaction` option to skip changing the password and keep the default one, `publish`: ``` bash php bin/console ibexa:install --no-interaction