Skip to content
Snippets Groups Projects
Commit 67e9730e authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Disable MFA by default

parent 0549c0b2
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ $GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'] = '$P$CCuX8EzzYaSOHJS5o
// Vagrant specific stuff (if your user has another main group id than 1000, especially required on MacOSX)
$GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup'] = 'vagrant';
// Disable MFA
$GLOBALS['TYPO3_CONF_VARS']['BE']['requireMfa'] = 0;
// Mail configuration for vagrant machines
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport'] = 'smtp';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_sendmail_command'] = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment