Skip to content

Commit 4827a04

Browse files
committed
Small adjustments
1 parent 8554e52 commit 4827a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/install_ibexa_dxp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,14 @@ Make sure to use a [strong password](security_checklist.md#strong-passwords) mee
278278

279279
!!! note
280280

281-
In scenarios where entering the new password is not 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`.
281+
In scenarios where entering the new password is not 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`:
282282

283283
``` bash
284284
php bin/console ibexa:install --no-interaction
285285
php bin/console ibexa:graphql:generate-schema
286286
```
287287

288-
If doing so, [modify the password for the `admin` user](update_basic_user_data.md#change-password) before going live.
288+
If doing so, [modify the password for the `admin` user](update_basic_user_data.md#change-password) before [going live with your project](security_checklist.md).
289289

290290
### Run post-installation script
291291

0 commit comments

Comments
 (0)