• Resolved heliodm

    (@heliodm)


    Hello, how are you?

    I did all the installation and configuration steps in moodle. Synchronization of the courses are working, I set up woocommerce and even after the completed order it shows username and password of moodle on my account page. But when I try to login he warns that he doesn’t have any registered users, and he really isn’t registering users on moodle.

Viewing 9 replies - 1 through 9 (of 9 total)
  • leaflay

    (@leaflay)

    @heliodm hi I had the same problem, use the plugin for WordPress version 1.3

    Plugin Author Dualcube

    (@dualcube)

    @leaflay & @heliodm,

    Kindly use our recommended settings as

    WordPress 5.6
    WooCommerce 4.9.2
    Moowoodle 3.0

    Moodle 3.10.1+
    Moowoodle 2.1 2021010900

    Then, set the Moodle user password policy as default and check the flow again.

    Thread Starter heliodm

    (@heliodm)

    Good morning, published all versions and are in accordance with the recommendations. But I still have the same problem. I can buy the course through woocommerce, make the payment, when I release the order, on the screen of my account of the user who bought it appears the username and password that would be the moodle, but when I log in it says it does not exist.

    Plugin Author Dualcube

    (@dualcube)

    @heliodm,

    Can you please login as admin and check whether the user is already there or not on Moodle side.

    Thread Starter heliodm

    (@heliodm)

    I made the admin access in moodle and there is no user registration.

    rube25

    (@rube25)

    Hello,

    I have the same problem, perform all the installation steps, but I cannot subscribe it.

    I even did different test environments with different versions (also with the recommended one) But I am not successful.

    @heliodm did you find the solution?

    Thanks

    I found a solution for me. The problem was the language code (greek/el). Now i forced it to english and it’s fine

    function moowoodle_force_set_language($user_data){
    	$user_data['lang']='en';
    	return $user_data;
    }
    add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' );

    where did you enter this code?

    @sociality how can I do this?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘USER REGISTRATION’ is closed to new replies.