Skip to content

Commit 54b2630

Browse files
committed
[FEATURE] Add CLI command install:password:set
References: TYPO3-Documentation/Changelog-To-Doc#1274 Releases: main
1 parent 3574dbc commit 54b2630

File tree

1 file changed

+30
-3
lines changed
  • Documentation/Concepts/Backend/AdminTools

1 file changed

+30
-3
lines changed

Documentation/Concepts/Backend/AdminTools/Index.rst

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,37 @@ write access to the file. You can create it like this on:
6060
6161
See also :ref:`TYPO3 Explained, ENABLE_INSTALL_TOOL <t3coreapi:file-config-enable-install-tool>`.
6262

63-
You **must** now enter the Install Tool password. If you do not know the install
64-
tool password you can generate a new one by entering the desired password.
63+
You **must** now enter the Install Tool password.
6564

66-
Copy the calculated hash:
65+
.. versionadded:: 14.0
66+
You can now set a new Install Tool password using the console command
67+
`vendor/bin/typo3 install:password:set <https://docs.typo3.org/permalink/t3coreapi:console-command-install-password-set>`_.
68+
69+
You can set a new Install Tool password using the console command (recommended)
70+
`vendor/bin/typo3 install:password:set <https://docs.typo3.org/permalink/t3coreapi:console-command-install-password-set>`_:
71+
72+
.. tabs::
73+
74+
.. group-tab:: Composer-mode
75+
76+
.. code-block:: bash
77+
78+
vendor/bin/typo3 install:password:set
79+
80+
.. group-tab:: Classic mode
81+
82+
.. code-block:: bash
83+
84+
typo3/sysext/core/bin/typo3 install:password:set
85+
86+
.. group-tab:: DDEV
87+
88+
.. code-block:: bash
89+
90+
ddev typo3 install:password:set
91+
92+
Or you can also set a new password by entering the desired password on the
93+
Install Tool login page, then copy the calculated hash:
6794

6895
.. figure:: /Images/ManualScreenshots/AdminTools/InstallToolHash.png
6996
:alt: Screenshot demonstrating copying the calculated hash in the install tool

0 commit comments

Comments
 (0)