Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in auth_mnet code.
2
 
3
=== 3.3 ===
4
 
5
* The config.html file was migrated to use the admin settings API.
6
  The identifier for configuration data stored in config_plugins table was converted from 'auth/mnet' to 'auth_mnet'.
7
 
8
=== 3.1 ===
9
 
10
* Users now are created through user_create_user function which, apart from inserting the user in the database and generating
11
  a user_created event, is applying the site default preferences if they are not set.