Skip to content
Snippets Groups Projects
Commit f80bc876 authored by Benni Mack's avatar Benni Mack Committed by Frank Nägler
Browse files

[BUGFIX] Avoid trimming of user login data with spaces at the end/beginning

Currently TYPO3 Core does trimming based on the user (AbstractUserAuthentication)
but in order to allow third-party extensions to integrate users / passwords
with spaces at the end and beginning, this code is moved to the Authentication
Service which allows for custom services to trim or not to trim individually.

Resolves: #77715
Releases: master
Change-Id: Ie31a5b97293275d15513abfae39599f4462262c7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63925


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
parent 91ab3aa2
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