Actions
Feature #106752
openExt:form password fields are not encrypted
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2025-05-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
8.3
Tags:
Complexity:
Sprint Focus:
Description
Use case:
- create a form to record a new fe_user
- use the SaveToDatabase finisher to save data in table fe_users
options:
table: fe_users
mode: create
databaseColumnMappings:
crdate:
value: '{__currentTimestamp}'
tstamp:
value: '{__currentTimestamp}'
pid:
value: 1
elements:
username:
mapOnDatabaseColumn: username
password:
mapOnDatabaseColumn: password
identifier: SaveToDatabase
There is no option to encode the password which is then recorded in clear in the database.
A feature is missing here to encode password.
Updated by Georg Ringer 28 days ago
- Tracker changed from Bug to Feature
- TYPO3 Version deleted (
13)
Actions