Project

General

Profile

Actions

Bug #96655

closed

Missing error message if BE users enter an invalid email address

Added by Michael Schams about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-01-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

How to reproduce:

  1. Log-in at the TYPO3 backend.
  2. Go to user settings.
  3. Open tab "Personal data".
  4. Enter an invalid email address (e.g. foobar).
  5. Click "Save" at the top.

Expected behavior:
A message that informs the backend user that the entered email address is syntactically invalid.

Actual behavior:
No feedback from the system. No errors/warnings in the browser console (e.g. JavaScript errors).

System:
TYPO3 version 11.5.5.


Files

Cattura1.png (21.9 KB) Cattura1.png Riccardo De Contardi, 2022-09-17 09:28
Cattura2.png (32.2 KB) Cattura2.png Riccardo De Contardi, 2022-09-17 09:32
Cattura3.png (16.6 KB) Cattura3.png Riccardo De Contardi, 2022-09-17 09:34
Actions #1

Updated by Andreas Kienast about 2 years ago

  • Status changed from New to Needs Feedback

Hey Michael,

the underlying field is of type="email" thus I'm wondering how this can be an issue for you. Can you please check if this is still valid and which browser you're using, if this is still broken?

Kind regards
Andreas

Updated by Riccardo De Contardi over 1 year ago

I close this issue as resolved and for lack of feedback. I checked on:

- TYPO3 12.0.0-dev (latest master)
- TYPO3 11.5.16
- TYPO3 10.4.32

I performed the following test:

1. Log in TYPO3 and open the "User settings":

2. Update the "your email address" field with an invalid email (BTW: I checked, the input field is type="email

3. Press Save

Result:

The browser validation kicks in:

Note

If you use an e-mail address with just the at symbol but without a dot , the validation is passed and the address is saved

Please see https://stackoverflow.com/questions/20573488/why-does-html5-form-validation-allow-emails-without-a-dot for the discussion about the addresses without the dot

If you think that this is the wrong decision or experience the issue again, please reopen it or open a new issue with a reference to this one.
Please add a detailed step-by-step guide about how to reproduce your issue.

Thank you.

Actions

Also available in: Atom PDF