Skip to content

Commit

Permalink
Moodle authentication readme tweaked slightly based on feedback from …
Browse files Browse the repository at this point in the history
…the technical mailing list

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@489 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Nov 13, 2012
1 parent 0766037 commit e3c2cd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions moodle_integration_readme.txt
Expand Up @@ -33,9 +33,11 @@ require("/home/youraccountname/public_html/config.php");
For a xampp/maxos install this should be something like:
require("/xampp/htdocs/moodle/config.php");

Step 3 comment out //$xerte_toolkits_site->authentication_method = 'Guest'; and uncomment //$xerte_toolkits_site->authentication_method = 'Moodle';
Step 3.
In the XOT config.php comment out //$xerte_toolkits_site->authentication_method = 'Guest'; and uncomment //$xerte_toolkits_site->authentication_method = 'Moodle';

Step 4. view http://yourmoodle/yourxot/ and ensure everything still works. You should be forced to login to Moodle and then returned back to XOT if installed inside the moodle directory. (see how this works above)
Step 4.
View http://yourmoodle/yourxot/ and ensure everything still works. You should be forced to login to Moodle and then returned back to XOT if installed inside the moodle directory. (see how this works above)

Step 5 (optional): If you wish to restrict authoring access to XOT e.g. not allow all moodle users to author you can easily do so by creating a custom profile field in moodle - see the commented our code at the bottom of config.php

Expand Down

0 comments on commit e3c2cd8

Please sign in to comment.