Project

General

Profile

Actions

Bug #93297

closed

Can't log in anymore if mail config is wrong and adminNotification activated

Added by Benni Mack over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Start date:
2021-01-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Actions #1

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67453

Actions #2

Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67453

Actions #3

Updated by Benni Mack over 3 years ago

When using invalid mailer settings, an exception gets thrown on backend login:

My settings in LocalConfiguration.php

$TYPO3_CONF_VARS['BE']['warning_email_addr'] = '';
$TYPO3_CONF_VARS['BE']['warning_mode'] = 1;

$TYPO3_CONF_VARS['MAIL'] = [
'transport' => 'smtp',
'transport_smtp_encrypt' => false,
'transport_smtp_password' => '',
'transport_smtp_server' => 'localhost:10025',
'transport_smtp_username' => '',
];

Actions #4

Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67453

Actions #5

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67597

Actions #6

Updated by Benni Mack over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF