How to begin developing a new module

Re: How to begin developing a new module

by Jun Yamog -
Number of replies: 0
Hi Zoltan,

You can look at [moodle dirroot]/auth directory.  In this directory there are different modules used to authenticate users in moodle.  You can look how each authentication plugin implements the callback function for user authentication.  Hope this helps.

Jun