Save (encrypted) password with Powermail (TYPO3)

112 views Asked by At

I use powermail to create fe_users for TYPO3, which works fine so far.

Only the password is written in plain text in the DB, do any of you have an idea how to manage that the password is stored encrypted after saving?

1

There are 1 answers

1
Alex Kellner On

If you want to add fe_users records with powermail (I would use a registration extension for this task), then you could use finisher methods (see https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForDevelopers/AddFinisherClasses.md) and convert the password before saving. If you are using the existing saveToAnyTable finisher, you could use a TypoScript UserFunc for the field password. That could convert the value.