Generating password for importing user in OJS 3

hi,
I am trying to import the users to OJS 3 and I want to generate a common password hash for all the users and once they login first time, they will be asked to enter their own password.
I have tried using sha-1 , md5 and plaintext encryption but doesnt work.
Here is the user XML format I have been trying with:

Jinu
Thakkar
California State University, Fullerton
US
jinansi@gmail.com
JThakkar

f2984f2ec8938898cbe64562d14b48272a577178

JT
<date_registered>2016-10-18 15:36:44</date_registered>
<date_last_login>2018-10-12 13:52:30</date_last_login>
<inline_help>false</inline_help>
<user_group_ref>Reader</user_group_ref>

Can anyone help me with this please or would be great if anyone can share their XML format.

Thank you,
Vishruti

Hi @Vishruti_Patel,

Is this a useful resource? Refine password element for user import (and possibly export) · Issue #3462 · pkp/pkp-lib · GitHub

Best,
Amanda Stevens
Public Knowledge Project Team