Actions
Bug #47966
closedUser settings can only save password and text to DB
Start date:
2013-05-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The user settings module has its own configuration.
http://docs.typo3.org/typo3cms/CoreApiReference/UserSettingsConfiguration/Columns/Index.html
The property 'table' => 'be_users' allows to save the value of a field to DB in addition to saving it in the UC array.
This currently only works for types password and text, because only for those an additional '[be_users]' is added to the form input element property "name".
I do not consider this critical enough to port the bug to 4.x.
Actions