Looking to integrate Moodle with aMember but I need IP recognition

Re: Looking to integrate Moodle with aMember but I need IP recognition

by venkatesan iyengar -
Number of replies: 0
There is a script ready for complete integration of amember with moodle with single login etc. However, if you need single logout you need to modify moodle's logout.php file. I was testing sometime back and this is what it has:

1. It has a moodle plugin for amember side to read the course id by which one can create products in amember and pass username and password to moodle.
2. Set of amember codes for moodle side (not used directly in moodle) to communicate between moodle and amember.
3. One should tell moodle to do authentication through external (amember) database and disable default email authentication.
4. Provides single login for amember and moodle

However, this works only in v1.8 and v1.9dev. There are still lot of problems with v1.7