I am trying to sort out how to import users into OJS 3.3.0.11
What i want to do is to import users and let OJS generate a password and notify the new users by email.
If you allow the system to generate passwords for the users you are uploading, you can optionally allow the system to email the users with their account credentials. This option can be found on the Users XML Plugin Page (“Send a notification email to each imported user containing the user’s username and password.”).
When i import a user without a password tag in the XML, OJS gives this error:
It specifically says OJS can email users with a generated password :
If you allow the system to generate passwords for the users you are uploading, you can optionally allow the system to email the users with their account credentials. This option can be found on the Users XML Plugin Page (“Send a notification email to each imported user containing the user’s username and password.”).
Does this mean there is a way for OJS to generate a password ?
Does this mean there is a way for OJS to send an email to newly created users ?