Hello,
We have pre-registered a lot of users (more than 300) and we would like now to give them their credentials (email address and password) so they can log in into our website.
In order to be able to communicate them their temporary password we stored a copy of them in plain form in another field.
The fact is that for security reasons we would like to change the temporary passwords we attributed them.
With a SQL function we were able to change these passwords stored in plain form in the other field. But now, what we would like to do, is to copy these passwords in plain form in the "real" password field so the change will be really effective.
Is there a way to do this automatically for a specific range of users because it will be very exhausting to do this manually for the more than 300 users concerned?
Regards,