User is not created in Moodle
-
Hi @dualcube,
I followed all the procedures in the instruction manuals, installed all the plugins and everything seems to be going smoothly. Even the email with the username and password is sent correctly, but the user is not created in Moodle.
I tried a suggestion that I found here on the forum that consists of including the function below in the theme functions:**************
function moowoodle_force_set_language ($ user_data) {
$ user_data [‘lang’] = ‘en’;
return $ user_data;
}
add_filter (‘moowoodle_moodle_users_data’, ‘moowoodle_force_set_language’);
****************This forces the language into English, which is not convenient for me since here my language is Brazilian Portuguese. Even so, it seems that the registration is not working. The user does not appear in Moodle. The language in Moodle is not forced into Brazilian Portuguese.
I also noticed on the forum that many are having the same problem (reported in several topics) and still no solution.
Do we have a solution for this situation?
Thank you very much in advance.
- The topic ‘User is not created in Moodle’ is closed to new replies.