Bug #20543
closedThe value for loginSecurityLevel is by default empty
0%
Description
When the typo3 Installation is used the first time it seems that loginSecurityLevel has no value, which causes the backend to not allow any login, with the error message: No authentication methods available. Please, contact your TYPO3 administrator.
It would be nice if the value which according to the variable description of loginSecurityLevel is default (superchallenged) would be set by default in this field.
(issue imported from #M11240)
Updated by Rupert Germann over 15 years ago
the default value for loginSecurityLevel in the install tool was always empty.
in typo3/index.php loginSecurityLevel is set to superchallenged and it is only overwitten with the value from install tool if $GLOBALS['TYPO3_CONF_VARS']['BE']['loginSecurityLevel'] is not empty.
so I don't see where this problem could come from.
please describe the exact steps to reproduce this issue.
greets
rupert