Skip to content

Commit d9880a0

Browse files
[FEATURE] Add CLI command install:password:set (#742)
* [FEATURE] Add CLI command install:password:set References: TYPO3-Documentation/Changelog-To-Doc#1274 Releases: main * [TASK] Language checks Releases: main --------- Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>
1 parent 3574dbc commit d9880a0

File tree

1 file changed

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

1 file changed

+27
-3
lines changed

Documentation/Concepts/Backend/AdminTools/Index.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,34 @@ 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+
.. tabs::
70+
71+
.. group-tab:: Composer-mode
72+
73+
.. code-block:: bash
74+
75+
vendor/bin/typo3 install:password:set
76+
77+
.. group-tab:: Classic mode
78+
79+
.. code-block:: bash
80+
81+
typo3/sysext/core/bin/typo3 install:password:set
82+
83+
.. group-tab:: DDEV
84+
85+
.. code-block:: bash
86+
87+
ddev typo3 install:password:set
88+
89+
Or you can set a new password by entering your desired password on the
90+
Install Tool login page, then copying the calculated hash:
6791

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

0 commit comments

Comments
 (0)