paca70 5f2c35db18 Added support for usercreation from Moodle to authentication module.
Works currently only with ldap-module (tested with e-directory), but
 other modules could be extended too by
adding following functions:

function auth_user_exists ($username) {
//returns true if given username  already exists on authetication database
}

function auth_user_create ($userobject,$plainpass) {
//create new user to authentication database
//in inactive state (if posible)
//returns true if user is created
}
function auth_user_activate ($username) {
//activate external user  after email-address is confirmed
//returns true if user is activated
}
2003-02-20 21:39:51 +00:00
..
2003-02-18 22:52:55 +00:00
2003-01-31 10:43:24 +00:00
2002-09-25 07:38:23 +00:00
2003-01-02 12:45:39 +00:00
2003-02-17 13:35:55 +00:00

Finnish Translation
-------------------

Author: Petri Asikainen (paca@sci.fi)