Bug #47966
closedUser settings can only save password and text to DB
100%
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.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20542
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20542
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20542
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21976
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21977
Updated by Philipp Gampe over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Applied in changeset 2ba599be32b45654753859fece84f00dc1df7799.