Bug #43924
closedForm - Email validation is case sensitive
100%
Description
At the moment in TYPO3 4.7 an 6.0 the email field validation is case sensitive, which is an highly unwanted feature. It is not security relevant but is disturbing some actions with inexperienced form users.
Just make a constant switch for that or make it just caseinsensitive at all.
Cheers
Updated by Felix Nagel almost 12 years ago
Should use default TYPO3 email validator (t3lib_div).
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20421
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20421
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20421
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20421
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/20524
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/20525
Updated by Patrick Broens over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4a35407c7e3fa7891c61487b0618ecc85f4c23ed.
Updated by Rik Willems over 11 years ago
Is there a chance this will be changed in 4.5 and 4.7 too?
Cheers! Rik
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/22117
Updated by Stefan Neufeind over 11 years ago
Backporting the change from 6.x (switching the actual check) would be too large for a stable release (4.5/4.7 - only security-fixes) imho. But let's see if adding a case-insentive flag to the preg finds approval. https://review.typo3.org/22117
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/22117
Updated by Stefan Neufeind over 11 years ago
Form was introduced with 4.7, so nothing to think about for 4.5.
Updated by Stefan Neufeind over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 0c422a7cca6bf2808526beb4385466bade4f2a0a.