diff --git a/Documentation/Concepts/Backend/AdminTools/Index.rst b/Documentation/Concepts/Backend/AdminTools/Index.rst index 0b3b3d08..7ff0bb3a 100644 --- a/Documentation/Concepts/Backend/AdminTools/Index.rst +++ b/Documentation/Concepts/Backend/AdminTools/Index.rst @@ -60,10 +60,34 @@ 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 `_. + +.. 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 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