TYPO3 CMS V9: How to batch import userdata with one-time password into fe_users table?

Viewed 22

I have to import many thousands of userdata into fe_users table. The problem is that the userdata include one-time passwords which are set elsewhere.

Is there a way to import and salt the passwords automatically?

(In former times this happened after the first login, but this seems not to be possible any more. I remember that some years ago there was a scheduler task to do this, but this seems to have disappeared, somehow?)

Any suggestion welcome.

1 Answers

We decided not to use the passwords. As long as the userdata contain the real email adresses, (which they do), the users can use the password-forgotten-function to set their own passwords.

Related