Actions
Bug #50875
closedInstall Tool feature "Create admin user" can't handle umlauts in username
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-08-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Observed behaviour:
When a username like 'dörthe' is entered, the user will be created with the username 'drthe' instead. No warning or error message will reveal this to the user.
In the TYPO3 Backend there is no problem when a username with umlauts in it is created; it just works as expected.
Expected:
There should be one of the following:
- a warning, that the username is invalid or not possible via the Install Tool
- an error that the username could not be created as requested
- the username is accepted and set correctly
Actions