Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
The admin/uploadusers file which takes a csv file and creates user accounts in the database merely triggers update_record('user' or insert_record functions rather than using the auth plugin user_create and user_update functions.
My feeling is that it should support the plugins, because that way I could batch create users with the default site plugin and call its extra functionality. Or is it intended only for basic sites?
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-11996 | bulk user upload - improvements, fixes and cleanup |
|
|
|
Jenny,
upload users is intented to be used with the internal (i.e., manual) authentication plugin. If you are using external authentication plugins (database, ldap, etc.) there are other ways to batch import users: auth_db_sync_users.php, auth_ldap_sync_users.php, etc.
So I'd say this is not a bug.
Saludos. Iñaki.