Task #63624
closedAllow spaces in usernames
0%
Description
Having a space in a username (like "Firstname Lastname") doesn't cause problems upon login. Users added through other ways than the backend (EXT:femanager or so) might already have a space in their username. Upon editing such a user in BE and saving spaces in the name would be removed and they can't login as they could before.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35100
Updated by Stefan Neufeind almost 10 years ago
Workaround: Use a TCA-override to adjust this on your own, where needed.
Updated by Mathias Schreiber almost 10 years ago
So I can use " " as a username?
Did you make sure it does not get trimmed somewhere?
Updated by Stefan Neufeind almost 10 years ago
Please see the change. I changed from "nospace" to "trim" instead. But yes, you can Have a "A B" (two spaces in the name) theoretically :-)
Updated by Stefan Neufeind almost 10 years ago
- Status changed from Under Review to Rejected
This might cause trouble. One example might be usernames with one or two spaces inbetween which look "almost lookalike" (or in HTML even might appear identically).