Actions
Bug #67699
closedInconsistence in allowing spaces in passwords
Start date:
2015-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
For backendusers, spaces are allowed in passwords. Login works fine with a password that has spaces in it.
For frontendusers, the spaces are stripped by the TCA ('eval' => 'nospace') before salting. The frontendlogin however does not strip the spaces so it is not possible for the user to log in with the password that was set through the backend. The backend provides no warning suggesting the password was not saved as it was put in.
I'd expect the same processing wether you are trying to log in or are setting a new password through the backend. This way the password will always work as it is typed in.
Actions