Actions
Bug #17397
closedall characters in Username switch to lowercase after updating the page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-06-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The name of an AdmÃn User has a cobmination of uppercase lowercase and numbers.
After entering an emailadress via the module Tools-->User-->Username
and pressing the save button document icon the username was changed automatically.
All uupercase characters were changed into lowercase characters.
(issue imported from #M5818)
Updated by Martin Kutschker over 17 years ago
The username aka login is in lower case and may only contain ASCII letters (no accents), digits and the underscore. You may change this by fiddling with the TCA, but it might break some code relying on this restriction.
I'm closing the bug. If you reopen it, please mark it as feature request.
Actions