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:
@@ -7,6 +7,7 @@
|
||||
"theme" => "standard",
|
||||
"lang" => "en",
|
||||
"locale" => "en",
|
||||
"auth" => "email",
|
||||
"smtphosts" => "",
|
||||
"gdversion" => 1,
|
||||
"longtimenosee" => 100,
|
||||
|
||||
Reference in New Issue
Block a user