From 4f477218d46b4be10a3f9ec43eb9aa428f83041a Mon Sep 17 00:00:00 2001 From: bidi47 Date: Mon, 24 Aug 2026 16:29:41 +0300 Subject: [PATCH 1/3] updated readme Signed-off-by: bidi47 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2df91d4..101e79e 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,13 @@ Hit `Enter` to confirm the operation. Fixtures are used to seed the database with initial values and must be executed after migrating the database. +> Before running the fixtures, we strongly recommend updating the initial passwords used for the first Admin and User records, defined in: +> +> - `src/Core/src/App/src/Fixture/AdminLoader.php` and +> - `src/Core/src/App/src/Fixture/UserLoader.php`. +> +> These fixtures ship with well-known default passwords that are unsafe to keep in any environment reachable outside your local machine. + To list all the fixtures, run: ```shell From f1ceb65ac02b988d1a67abc24eb3d0383147a743 Mon Sep 17 00:00:00 2001 From: bidi47 Date: Mon, 24 Aug 2026 16:42:20 +0300 Subject: [PATCH 2/3] updated password warning Signed-off-by: bidi47 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 101e79e..b60e8e6 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,10 @@ Hit `Enter` to confirm the operation. Fixtures are used to seed the database with initial values and must be executed after migrating the database. > Before running the fixtures, we strongly recommend updating the initial passwords used for the first Admin and User records, defined in: -> -> - `src/Core/src/App/src/Fixture/AdminLoader.php` and -> - `src/Core/src/App/src/Fixture/UserLoader.php`. -> +> +> * `src/Core/src/App/src/Fixture/AdminLoader.php` and +> * `src/Core/src/App/src/Fixture/UserLoader.php`. +> > These fixtures ship with well-known default passwords that are unsafe to keep in any environment reachable outside your local machine. To list all the fixtures, run: From 697edc68fedc64ad5679a7f86f367e0e301de600 Mon Sep 17 00:00:00 2001 From: bidi47 Date: Mon, 24 Aug 2026 16:43:12 +0300 Subject: [PATCH 3/3] updated password warning Signed-off-by: bidi47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b60e8e6..d8454a5 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Hit `Enter` to confirm the operation. Fixtures are used to seed the database with initial values and must be executed after migrating the database. -> Before running the fixtures, we strongly recommend updating the initial passwords used for the first Admin and User records, defined in: +> :warning: **Warning:** Before running the fixtures, we strongly recommend updating the initial passwords used for the first Admin and User records, defined in: > > * `src/Core/src/App/src/Fixture/AdminLoader.php` and > * `src/Core/src/App/src/Fixture/UserLoader.php`.