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.