Feature: #85698 - New type=input eval saltedPassword¶
See forge#85698
Description¶
Setting passwords and storing them as salted passwords in the database
is now supported by adding the eval option salted
to TCA
type=input
fields.
Fields having this eval set will get their value evaluated to a salted
hash before they are stored by the Data
.
Note the salt configuration for backend (BE) is considered when using this eval
on tables that is not the fe_
table.
Impact¶
The new eval substitutes custom code that has been done within the salted passwords extension before. It has no impact on instances being upgraded.