Hi,
We are extremely sorry about the delayed response.Thanks for your appreciating words!
Kindly check the following comments in reponse to the query put forward by you-
The same username of WordPress instance is being used in the Moodle instance, but the password cannot be the same because we cannot get the password from WordPress database as it is encrypted there. Though we can retrieve and send the password to Moodle before it’s even encrypted and thus resulting a similar password in both the system. kindly note this is not recommended at all as this can cause security holes which can be exploited easily.
However, you can change the data that is passed to Moodle end during user creation using the following filter.
add_filter( ‘woodle_moodle_users_data’, $user_data );
Looking forward to your response.
Regards,
Priyasha.
Team Dualcube.