2016-03-30 09:21:11 +08:00
|
|
|
This files describes API changes in auth_mnet code.
|
|
|
|
|
2017-04-03 10:50:09 -04:00
|
|
|
=== 3.3 ===
|
|
|
|
|
2017-04-04 00:14:35 +02:00
|
|
|
* The config.html file was migrated to use the admin settings API.
|
2017-04-03 10:50:09 -04:00
|
|
|
The identifier for configuration data stored in config_plugins table was converted from 'auth/mnet' to 'auth_mnet'.
|
|
|
|
|
2016-03-30 09:21:11 +08:00
|
|
|
=== 3.1 ===
|
|
|
|
|
|
|
|
* Users now are created through user_create_user function which, apart from inserting the user in the database and generating
|
2016-03-30 09:29:50 +08:00
|
|
|
a user_created event, is applying the site default preferences if they are not set.
|