How to implement SSO with moodle and wordpress blogs?

I have a moodle installation and a Wordpress blog. When the user is logged in to moodle, you want to access the Wordpress blog. I want to implement sso with the moodle block (1.9.7) and wordpress (3.0.1).

I am using an external authentication plugin .

I want to access the Wordpress blog through my Moodle database. I did all the steps in Authenticating users from Moodle to WordPress MU . Right now, the administrator can sign up both moodle and wordpress using my moodle database, but other users are faced with a "wrong username or password error."

Request for advice

Thanks in advance.

+3
source share
1 answer

You can log in because you have changed the administrator password to match each system. Your other users cannot log in because they operate using two separate accounts. Your Moodle users will need to change their authentication in their profile to “External Database”, currently they are most likely set to “manual”.

Try editing the user profile and change the authentication method to "External Database", and then ask the user to log in using your Wordpress login credentials. Gotta fix it. If it works, change all other accounts to the same setting. Regards, Lewis

+1
source

All Articles