Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dualcube

    (@dualcube)

    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.

    Thread Starter danilomfcunha

    (@danilomfcunha)

    I’ll check!

    Thank you!

    Plugin Author Dualcube

    (@dualcube)

    Hi,

    Sure, take your time to review and let me know if you have any further queries, we would definitely clarify them.

    Thanks,
    Priyasha
    Team Dualcube

    Plugin Author Dualcube

    (@dualcube)

    Hi,

    Marking this issue as resolved. If you have any more questions, please feel free to open a new thread.

    Thanks
    Priyasha

    Dear Priyasha

    Re-opening this post – its observed that the password in the user’s profile (Moodle) is the same as in wordpress. However, user cannot login with that password – he has to use the new password which moowoodle autogenerates. Can’t this be addressed?

    Thanks and Regards
    Mithil

    guezs

    (@guezs)

    Where is the place to add add_filter( ‘woodle_moodle_users_data’, $user_data );? Having the same problem here…

    One of the ideas of joining Moodle and WordPress is not having to create an account twice, so how do the clients log in Moodle when they purchase the course in Woocommerce?

    I find there’s more documentation needed for this plugin.

    Thanks

    qurbi

    (@qurbi)

    Hi Guezs

    Awaiting Dualcube’s response to place add_filter.

    By the way, when clients purchase a course, Woocommerce generates a new password for moodle log-in, and emails the client

    guezs

    (@guezs)

    Thaks qurbi, I just saw that. Confusing for them if they already created a client account…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘User/Pass’ is closed to new replies.