Firefox PHP

Module: External Authentication

Posted by Joe Curia 
Re: Module: External Authentication
April 20, 2011 01:23AM
did phorum ever get working with drupal 7?
Re: Module: External Authentication
July 31, 2011 07:03AM
Initial relase of drupal 7 plugin, tested on drupal 7.4 and phorum 5.3 dev
Comments welcome.
Attachments:
open | download - drupal_7_x_external_authentication_plugin.zip (52.4 KB)
Re: Module: External Authentication
May 29, 2013 09:43AM
This works for Phorum 5.2.18 and moodle 2.3.6

You have to install both on the same server and adjust the path to the moodle files. Explanation is in the file.
Under the Settings you have to write the root-path of your moodle



Edited 1 time(s). Last edit at 05/29/2013 09:45AM by shogathu.
Attachments:
open | download - moodle_auth_plugin.zip (2.8 KB)
Re: Module: External Authentication
November 29, 2013 01:22AM
I would like to use this module to connect with my cubecart 5 database. Is there any chance of that?
TIA
Alice.
Re: Module: External Authentication
August 17, 2015 09:19AM
While playing with the logging event module,my list was full of a php warning about undefined index:
line 274 : utilize_synchronization_table

added isset and the warning is gone:

Language: PHP
// load the synchronization table code if necessary // added isset to prevent php warning if (isset($PHORUM["phorum_mod_external_authentication"]["utilize_synchronization_table"])) { include_once "./mods/external_authentication/db_bin/db_functions.php"; }

using version: v5.2.1.04
Sorry, only registered users may post in this forum.

Click here to login