Bug #75296
closedTable be_users doesn't support a language key with 2+ chars
100%
Description
On table be_users, the column lang is a char(2), which allows language keys like "en" and "de", but does not for "pt_BR" or "fr_CA".
When trying to create a user with these default languages, a flash message is shown:
These fields of record #id# in table "be_users" have not been saved correctly: lang! The values might have changed due to type casting of the database.
Changing the column to varchar(5) solves the problem.
Updated by Morton Jonuschat over 8 years ago
- Status changed from New to Accepted
- Assignee set to Morton Jonuschat
- Target version set to next-patchlevel
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted 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 https://review.typo3.org/47413
Updated by Morton Jonuschat over 8 years ago
- Target version changed from next-patchlevel to 8.1
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47413
Updated by Morton Jonuschat over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eca982f7f41484684d25b56a616a6ed331243234.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed