From 54b26309c4520bd7669a31e305e7c278a5906032 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 14 Jul 2025 10:58:33 +0200 Subject: [PATCH 1/2] [FEATURE] Add CLI command install:password:set References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1274 Releases: main --- .../Concepts/Backend/AdminTools/Index.rst | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/Documentation/Concepts/Backend/AdminTools/Index.rst b/Documentation/Concepts/Backend/AdminTools/Index.rst index 0b3b3d08..73634373 100644 --- a/Documentation/Concepts/Backend/AdminTools/Index.rst +++ b/Documentation/Concepts/Backend/AdminTools/Index.rst @@ -60,10 +60,37 @@ write access to the file. You can create it like this on: See also :ref:`TYPO3 Explained, ENABLE_INSTALL_TOOL `. -You **must** now enter the Install Tool password. If you do not know the install -tool password you can generate a new one by entering the desired password. +You **must** now enter the Install Tool password. -Copy the calculated hash: +.. versionadded:: 14.0 + You can now set a new Install Tool password using the console command + `vendor/bin/typo3 install:password:set `_. + +You can set a new Install Tool password using the console command (recommended) +`vendor/bin/typo3 install:password:set `_: + +.. tabs:: + + .. group-tab:: Composer-mode + + .. code-block:: bash + + vendor/bin/typo3 install:password:set + + .. group-tab:: Classic mode + + .. code-block:: bash + + typo3/sysext/core/bin/typo3 install:password:set + + .. group-tab:: DDEV + + .. code-block:: bash + + ddev typo3 install:password:set + +Or you can also set a new password by entering the desired password on the +Install Tool login page, then copy the calculated hash: .. figure:: /Images/ManualScreenshots/AdminTools/InstallToolHash.png :alt: Screenshot demonstrating copying the calculated hash in the install tool From aee8a5dad74600cebcd07f35b4f35ce66186fb00 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Mon, 14 Jul 2025 11:49:29 +0200 Subject: [PATCH 2/2] [TASK] Language checks Releases: main --- Documentation/Concepts/Backend/AdminTools/Index.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Documentation/Concepts/Backend/AdminTools/Index.rst b/Documentation/Concepts/Backend/AdminTools/Index.rst index 73634373..7ff0bb3a 100644 --- a/Documentation/Concepts/Backend/AdminTools/Index.rst +++ b/Documentation/Concepts/Backend/AdminTools/Index.rst @@ -66,9 +66,6 @@ You **must** now enter the Install Tool password. You can now set a new Install Tool password using the console command `vendor/bin/typo3 install:password:set `_. -You can set a new Install Tool password using the console command (recommended) -`vendor/bin/typo3 install:password:set `_: - .. tabs:: .. group-tab:: Composer-mode @@ -89,8 +86,8 @@ You can set a new Install Tool password using the console command (recommended) ddev typo3 install:password:set -Or you can also set a new password by entering the desired password on the -Install Tool login page, then copy the calculated hash: +Or you can set a new password by entering your desired password on the +Install Tool login page, then copying the calculated hash: .. figure:: /Images/ManualScreenshots/AdminTools/InstallToolHash.png :alt: Screenshot demonstrating copying the calculated hash in the install tool