Merge branch 'MDL-81449-main' of https://github.com/lucaboesch/moodle
[moodle.git] / auth / email / upgrade.txt
blob98ee3c8fd0ca5221e4d47993fa52adb5496d5799
1 This files describes API changes in /auth/email/*,
2 information provided here is intended especially for developers.
3 === 4.4 ===
5 * External function auth_email_external::get_signup_settings() now returns the field "extendedusernamechars".
7 === 3.3 ===
9 * The config.html file was migrated to use the admin settings API.
10   The identifier for configuration data stored in config_plugins table was converted from 'auth/email' to 'auth_email'.