Project

General

Profile

Actions

Bug #77715

closed

FE-Login for spaced-passwords

Added by Arne Uplegger over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2016-08-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

We use TYPO3 with a LDAP-Auth extension. There are users with spaced-passwords (whitespaces at the beginning/ending of the password). These users can't authenticate via FE-Login. TYPO3 is the only system which causes problems with that.

We found the following at the TYPO3-Core:
The getLoginFormData-Function from AbstractUserAuthentication Class in file typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php:1296 (TYPO7.6.10) will TRIM all spaces from the loginData, including the password at uident and uident_text.

One needs to skip the TRIM for "uident" / "uident_text", so spaced-password-users can authenticate.

Similar, but not the same Issue: https://forge.typo3.org/issues/67699


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #67699: Inconsistence in allowing spaces in passwordsClosedDaniel Goerz2015-06-23

Actions
Related to TYPO3 Core - Task #64229: Trim submitted login-form-data before usageClosed2015-01-10

Actions
Related to TYPO3 Core - Epic #84262: [FEATURE] Update felogin to extbaseClosedHenning Liebe2013-08-16

Actions
Actions

Also available in: Atom PDF