Skip to content
Snippets Groups Projects
Commit 9fee5dab authored by Daniel Goerz's avatar Daniel Goerz Committed by Frank Naegler
Browse files

[BUGFIX] Don't remove spaces from passwords of fe_users

Change-Id: I9b33a34ab76b2dd3da0b25763e1b97f845383824
Resolves: #67699
Releases: master, 7.6
Reviewed-on: https://review.typo3.org/47542


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent 07f8caf9
No related merge requests found
......@@ -40,7 +40,7 @@ return array(
'type' => 'input',
'size' => '10',
'max' => '40',
'eval' => 'nospace,trim,required,password',
'eval' => 'trim,required,password',
'autocomplete' => false,
)
),
......
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