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.
This commit is contained in:
martin
2002-09-26 07:03:22 +00:00
parent ab998e5d07
commit faebaf0f40
11 changed files with 167 additions and 31 deletions
+1
View File
@@ -7,6 +7,7 @@
"theme" => "standard",
"lang" => "en",
"locale" => "en",
"auth" => "email",
"smtphosts" => "",
"gdversion" => 1,
"longtimenosee" => 100,