]> git.mjollnir.org Git - moodle.git/commit
First implementation of new authentication system, which can now use
authormartin <martin>
Thu, 26 Sep 2002 07:03:22 +0000 (07:03 +0000)
committermartin <martin>
Thu, 26 Sep 2002 07:03:22 +0000 (07:03 +0000)
commitfaebaf0f4050a78642ad4e77d781d0db1a1ee931
treeaaf591de12a15be11edaa2ad5512c81194503114
parentab998e5d075c5b26a6c33f7326dee582e803ede5
First implementation of new authentication system, which can now use
pluggable modules in the 'auth' directory.

Everything is done through authentication_user_login in lib/moodlelib.php

As well as the old default "email" confirmation, I added a new type of
confirmation "none", which basically does no confirmation at all.
admin/config.html
auth/README [new file with mode: 0644]
auth/email/lib.php [new file with mode: 0644]
auth/none/lib.php [new file with mode: 0644]
error/index.php
lang/en/moodle.php
lib/defaults.php
lib/moodlelib.php
login/change_password.php
login/index.php
user/edit.php