Installing Joomdle in Moodle

From Joomdle
Revision as of 00:25, 3 May 2010 by Antonio (talk | contribs)
Jump to navigationJump to search

Installing Joomdle for Moodle

This document applies to Joomdle Release 0.23.

To allow Moodle to authenticate with Joomla! you will need to install and configure the Joomdle authentication plugin.  This plugin can be found in the Joomdle installation package called auth_joomdle.zip.  Create a temporary directory and uncompress the contents of the zip file.  Then copy the uncompressed files to your moodle/auth/joomdle directory on your web server. (Depending on how you chose to copy the files, you may need to create the joomdle directory first).

Configuring Joomdle for Moodle

Once these files have been copied to the moodle/auth/joomdle directory, return to the  Moodle Network Authentication section found at  Administration Menu → Users → Authentication → Manage  authentication.  You should now see a new option Authentication Plugin called Joomdle, activate this plugin.

moodle_auth_joomla1.jpg

Then configure the plugin by clicking on the "Settings link" and enter your Joomla! server's domain name URL.  This is the only setting that needs to be configured.

moodle_auth_joomla.jpg

Your have now configured the Moodle side of Joomdle.  Proceed to install and configure Joomdle for Joomla!

Advanced Moodle Configuration (Optional)

Note:  Some of these options can render your Moodle site inaccessible - please ensure you know what you are doing!

Removing the default Moodle login page (redirect the Moodle login page to Joomla!)

  • Define an alternate login URL for Moodle, so that Moodle users never see the Moodle login page.   We recommend that you don't enable this until everything is up, testing, testing again, tested one more time, and running.  Oh did we say, test first before you do this!
    • Users->Authentication->Manage Authentication: Alternate Login URL.  Here we put Joomla URL.

Creating an alternative login page for Moodle's Administrators

Restrict access to Moodle to registered users only

  • Restrict access to Moodle to registered users only, so that no guests can enter the Moodle site.
    • Security -> Site Policies -> Force users to login

Make Moodle not to go out of the wrapper

  • The breadcrumb links in Moodle have target="_top", so if you click on them, you would get out of the wrapper.
    • To prevent this, you can modify an option in Server->HTTP. Set Frame Name to empty value.