Skip to content
Snippets Groups Projects
Commit dd0c8301 authored by Jochen Roth's avatar Jochen Roth Committed by Georg Ringer
Browse files

[BUGFIX] Set fe_user email field to eval "email"

Currently the fe_user field email has a eval value
of "trim". So it does not verify the given email.

This has been fixed by setting eval to "email" and
trim the email before validation. On top of that
the validation flash message now shows the correct
value that was entered.

Resolves: #95459
Releases: master
Change-Id: I274ae040da9fe8d03a56e5ba9b4f17a828da57f7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71483


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 768bd1cd
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment