Skip to content

Commit 8554e52

Browse files
committed
Added information about ibexa:install prompting for new password
1 parent 05bade9 commit 8554e52

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

docs/getting_started/install_ibexa_dxp.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,20 @@ php bin/console ibexa:graphql:generate-schema
273273

274274
Before executing the command make sure that the database user has sufficient permissions.
275275

276+
The installer will prompt you for a new password for the `admin` user.
277+
Make sure to use a [strong password](security_checklist.md#strong-passwords) meeting all the [password rules](passwords.md#password-rules).
278+
279+
!!! note
280+
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`.
282+
283+
``` bash
284+
php bin/console ibexa:install --no-interaction
285+
php bin/console ibexa:graphql:generate-schema
286+
```
287+
288+
If doing so, [modify the password for the `admin` user](update_basic_user_data.md#change-password) before going live.
289+
276290
### Run post-installation script
277291

278292
Run the post-installation script with the following command:

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ to receive notifications when a security fix is released in a GitHub-hosted depe
319319
- Enable logging for [[= product_name =]], the web server, any frontend proxies, and the database.
320320
- Monitor the logs for unusual and suspicious activity. Consider using log monitoring software to make this easier.
321321
- Consider using different accounts for manual administrative tasks and for the day-to-day running of your installation. You could for instance configure [[= product_name =]] to use a different database user than the one you use during upgrades. This can make it easier to filter out noise in your log monitoring solution.
322+

docs/tutorials/beginner_tutorial/2_create_the_content_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ More than one Ride can visit the same Landmark, so it's similar to an N-N relati
3333

3434
In this step you add the first content type, Ride.
3535

36-
Go to the admin interface (`<yourdomain>/admin`) and log in with the default username: `admin` and the default password: `publish`
36+
Go to the admin interface (`<yourdomain>/admin`) and log in with the default username: `admin` using the password specified during installation.
3737

3838
In the upper-right corner, click the avatar icon to unfold the drop-down menu and disable the [Focus mode]([[= user_doc =]]/getting_started/discover_ui/#focus-mode).
3939

docs/tutorials/generic_field_type/5_add_a_field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use your custom field type by adding a field to a cont
55
# Step 5 - Add a new Point 2D field
66

77
All actions in this step are done in the admin interface also called the back office.
8-
Go to the admin interface (`<yourdomain>/admin`) and log in with the default username: `admin` and the default password: `publish`.
8+
Go to the admin interface (`<yourdomain>/admin`) and log in with the default username: `admin` using the password specified during installation.
99

1010
## Add new content type
1111

docs/tutorials/page_and_form_tutorial/1_get_a_starter_website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get it by following the [Install Ibexa DXP](install_ibexa_dxp.md) guide.
1515

1616
## Add content types
1717

18-
Log in to the back office – add `/admin` to your installation's address (`<yourdomain>/admin`) and log in using `admin` as the login and `publish` as the password.
18+
Log in to the back office – add `/admin` to your installation's address (`<yourdomain>/admin`) and log in as `admin` user using the password specified during installation.
1919
Disable the Focus mode, go to content types screen and (under the content category) add two content types with the following settings:
2020

2121
### Dog Breed

0 commit comments

Comments
 (0)