1
Hello, I have a cruel question today. I need to make the portal Moodle work with users of an external system.
Someone has already managed this with few changes to the Moodle source code?
1
Hello, I have a cruel question today. I need to make the portal Moodle work with users of an external system.
Someone has already managed this with few changes to the Moodle source code?
1
Use the Moodle API itself to perform integrations, so you don’t need to change the Moodle core.
https://docs.moodle.org/dev/Web_service_API_functions
Here on Github are some examples for use:
Browser other questions tagged integration moodle
You are not signed in. Login or sign up in order to post.
By the little I messed with this I think it’s tense to modify the Moodle, maybe, you can not make a kind of mask and log into the Moodle via http request with the guzzle class ? Then you only need to link your users with other users registered in Moodle, but as I said I didn’t see almost anything of how Moodle works, it’s just a suggestion.
– AnthraxisBR
Thanks for the tip. The problem is the same Moodle configured for login on external basis brings the user to the base itself and when the user modifies the profile and password becomes complicated bring and update the educational system.
– Felipe Souza