Project

General

Profile

Actions

Feature #106752

open

Ext:form password fields are not encrypted

Added by Florian Rival 28 days ago. Updated 28 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
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.

Actions #1

Updated by Georg Ringer 28 days ago

  • Tracker changed from Bug to Feature
  • TYPO3 Version deleted (13)
Actions

Also available in: Atom PDF