How to bulk-generate passwords for passwordless users? Answered
Is it possible to bulk-generate or bulk/assign passwords to users? I can't find any API functionality for this, but we're needing to generate passwords for previously-created passwordless users
Comments
2 comments
Hi Rhuel!
For importing members you need to use the admin dashboard. You can include the password as a column there. You can look for a example csv here
Important to note that bulk importing only works for creating users. Not updating.
If you want to use the API way, the DOM package has a method for updating user's password only if the existing user didn't have one previously.
Ah I was checking the REST API, didn't notice the DOM package had this. Thanks again raquel 🙂
Please sign in to leave a comment.