File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Documentation/Concepts/Backend/AdminTools Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments