oemi1980
Gut bekanntes Mitglied
- 30. November 2007
- 131
- 2
Notice: Undefined index: kundenlogin_max_loginversuche in /var/www/vhosts/meinshop.de/httpdocs/includes/src/Customer/AccountController.php on line 355
hier die betreffende Zeile:
$maxAttempts = (int)$this->config['kunden']['kundenlogin_max_loginversuche'];
if ($maxAttempts > 1 && $tries >= $maxAttempts) {
$_SESSION['showLoginCaptcha'] = true;
hier die betreffende Zeile:
$maxAttempts = (int)$this->config['kunden']['kundenlogin_max_loginversuche'];
if ($maxAttempts > 1 && $tries >= $maxAttempts) {
$_SESSION['showLoginCaptcha'] = true;